mini_gl_fb/Cargo.toml

16 lines
322 B
TOML
Raw Normal View History

2018-05-29 22:48:20 -04:00
[package]
name = "mini_gl_fb"
2018-07-28 17:15:47 -04:00
version = "0.4.1"
2018-05-29 22:48:20 -04:00
authors = ["shivshank"]
2018-07-27 17:10:51 -04:00
description = "Tool for quickly creating a window and drawing to a buffer with OpenGL"
license = "MIT"
keywords = ["OpenGL"]
repository = "https://github.com/shivshank/mini_gl_fb"
2018-05-29 22:48:20 -04:00
[dependencies]
2018-07-24 18:13:22 -04:00
glutin = "0.17.0"
gl = "0.10.0"
2018-07-27 17:10:51 -04:00
rustic_gl = "0.3.2"