17 lines
309 B
TOML
17 lines
309 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]
|
|
|
|
gl = "0.14.0"
|
|
glam = "0.8.5"
|
|
|
|
# TODO: Drop nom depend. It's way overkill for iqm.
|
|
nom = "5.1.0"
|
|
sdl2 = "0.32.2"
|