2025-10-11 01:09:46 -04:00

12 lines
308 B
TOML

[package]
name = "tilemap"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["dylib"]
[dependencies]
glam = { version = ">=0.22, <=0.30.7", default-features = false }
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "56cc13214566af452de71daf39f7b3f2c65551c2", package = "spirv-std" }