microworlds-rs/Cargo.toml

13 lines
323 B
TOML

[package]
name = "microworlds"
version = "0.1.0"
authors = ["Dan Ballard <dan@mindstab.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sdl2 = { version = "0.34.3", features = ["bundled", "static-link"]}
gl = "0.14.0"
clap = "2.33.3"