stevenarella/gl/Cargo.toml

13 lines
219 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]
2016-03-16 13:53:04 -04:00
gl_generator = "0.4.2"
khronos_api = "1.0.0"
2015-09-07 16:11:00 -04:00
[dependencies]
2016-03-16 13:53:04 -04:00
libc = "0.2"