mini_gl_fb/Cargo.toml

13 lines
213 B
TOML
Raw Normal View History

2018-05-30 12:48:20 +10:00
[package]
name = "mini_gl_fb"
2018-07-25 08:13:22 +10:00
version = "0.2.1"
2018-05-30 12:48:20 +10:00
authors = ["shivshank"]
[dependencies]
2018-07-25 08:13:22 +10:00
glutin = "0.17.0"
gl = "0.10.0"
2018-05-30 12:48:20 +10:00
[dependencies.rustic_gl]
git = "https://github.com/shivshank/rustic_gl.git"
rev = "f849057"