mini_gl_fb/Cargo.toml

13 lines
203 B
TOML
Raw Normal View History

2018-05-30 12:48:20 +10:00
[package]
name = "mini_gl_fb"
2018-05-30 13:33:20 +10:00
version = "0.1.1"
2018-05-30 12:48:20 +10:00
authors = ["shivshank"]
[dependencies]
glutin = "*"
gl = "*"
[dependencies.rustic_gl]
git = "https://github.com/shivshank/rustic_gl.git"
rev = "f849057"