12 lines
308 B
TOML
12 lines
308 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 = { versoion = "0.34.3", features = ["bundled", "static-link"]}
|
|
gl = "0.14.0"
|