stevenarella/gl/Cargo.toml

14 lines
236 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>" ]
edition = "2018"
2015-09-07 16:11:00 -04:00
build = "build.rs"
[build-dependencies]
gl_generator = "0.9.0"
khronos_api = "2.2.0"
2015-09-07 16:11:00 -04:00
[dependencies]
2016-03-16 13:53:04 -04:00
libc = "0.2"