glow/Cargo.toml

14 lines
286 B
TOML
Raw Permalink Normal View History

2021-11-13 20:18:08 +00:00
[package]
name = "glow"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
macroquad = "0.3"
2021-11-17 17:41:33 +00:00
[dependencies.smallvec]
version = "1.7.0"
features = ["union", "const_generics", "const_new"]