ggdt/examples/balls_v2/Cargo.toml

9 lines
144 B
TOML
Raw Normal View History

2022-05-15 16:34:25 -04:00
[package]
name = "balls_v2"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-11-11 13:52:58 -05:00
anyhow = "=1.0.75"
ggdt = { path = "../../ggdt", features = [] }