gsa/Cargo.toml

26 lines
408 B
TOML
Raw Normal View History

[package]
name = "gsa"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
glam = "0.24.0"
ascii = "1.1.0"
gilrs = "0.10.2"
[dependencies.skunk2d]
path = "../skunk2d"
[profile.release-dani]
inherits = "release"
opt-level = "z"
lto = true
codegen-units = 1
strip = true
panic = "abort"