stevenarella/gl/Cargo.toml

14 lines
237 B
TOML
Raw Normal View History

2015-09-07 16:11:00 -04:00
[package]
name = "steven_gl"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>" ]
build = "build.rs"
[build-dependencies]
2015-10-06 18:10:17 -04:00
gl_generator = "0.1.0"
2015-09-07 16:11:00 -04:00
khronos_api = "0.0.8"
[dependencies]
2015-10-06 18:10:17 -04:00
gl_common = "0.1.0"
2015-09-07 16:11:00 -04:00
libc = "*"