2020-01-06 01:25:17 +00:00
|
|
|
[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"
|
2020-01-08 23:58:36 +00:00
|
|
|
nom = "5.1.0"
|
2020-01-06 01:25:17 +00:00
|
|
|
sdl2 = "0.32.2"
|