mini_gl_fb/Cargo.toml

12 lines
197 B
TOML
Raw Normal View History

2018-05-29 22:48:20 -04:00
[package]
name = "mini_gl_fb"
version = "0.2.2"
2018-05-29 22:48:20 -04:00
authors = ["shivshank"]
[dependencies]
2018-07-24 18:13:22 -04:00
glutin = "0.17.0"
gl = "0.10.0"
2018-05-29 22:48:20 -04:00
[dependencies.rustic_gl]
git = "https://github.com/shivshank/rustic_gl.git"