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