mini_gl_fb/Cargo.toml
2018-05-29 23:33:20 -04:00

13 lines
203 B
TOML

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