stevenarella/gl/Cargo.toml

14 lines
240 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.14.0"
khronos_api = "3.1.0"
2015-09-07 16:11:00 -04:00
[dependencies]
libc = "0.2.71"