2020-12-28 03:57:58 +00:00
|
|
|
[package]
|
2020-12-28 09:32:17 +00:00
|
|
|
name = "microworlds"
|
2020-12-28 03:57:58 +00:00
|
|
|
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]
|
2021-01-03 02:12:59 +00:00
|
|
|
sdl2 = { versoion = "0.34.3", features = ["bundled", "static-link"]}
|
|
|
|
gl = "0.14.0"
|