microworlds-rs/Cargo.toml

13 lines
343 B
TOML
Raw Normal View History

2020-12-28 04:57:58 +01:00
[package]
2020-12-28 10:32:17 +01:00
name = "microworlds"
2020-12-28 04:57:58 +01: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]
2020-12-28 10:32:17 +01:00
piston = "0.52.0"
piston2d-graphics = "0.39.0"
pistoncore-glutin_window = "0.67.0"
piston2d-opengl_graphics = "0.76.0"