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

25 lines
413 B
TOML

[package]
name = "opengl_rust"
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"
float-ord = "0.2.0"
gl = "0.14.0"
glam = "0.8.5"
iota = "0.2.1"
maplit = "1.0.2"
# TODO: Drop nom depend. It's way overkill for iqm.
nom = "5.1.0"
png = "0.15.3"
rand = "0.6.5"
sdl2 = "0.32.2"