mini_gl_fb/Cargo.toml
2018-07-24 18:13:22 -04:00

13 lines
213 B
TOML

[package]
name = "mini_gl_fb"
version = "0.2.1"
authors = ["shivshank"]
[dependencies]
glutin = "0.17.0"
gl = "0.10.0"
[dependencies.rustic_gl]
git = "https://github.com/shivshank/rustic_gl.git"
rev = "f849057"