2021-32-bit-holiday-jam/Cargo.toml

25 lines
394 B
TOML
Raw Normal View History

2020-01-06 01:25:17 +00:00
[package]
2020-02-16 23:24:33 +00:00
name = "opengl_rust"
2020-01-06 01:25:17 +00:00
version = "0.1.0"
authors = ["_"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.3.2"
2020-01-06 01:25:17 +00:00
gl = "0.14.0"
glam = "0.8.5"
2020-02-17 02:31:52 +00:00
iota = "0.2.1"
maplit = "1.0.2"
# TODO: Drop nom depend. It's way overkill for iqm.
nom = "5.1.0"
2020-01-15 03:45:47 +00:00
png = "0.15.3"
2020-03-07 03:36:05 +00:00
rand = "0.6.5"
2020-01-06 01:25:17 +00:00
sdl2 = "0.32.2"