mini_gl_fb/Cargo.toml

16 lines
322 B
TOML
Raw Normal View History

2018-05-30 12:48:20 +10:00
[package]
name = "mini_gl_fb"
2018-07-28 08:02:05 +10:00
version = "0.3.0"
2018-05-30 12:48:20 +10:00
authors = ["shivshank"]
2018-07-28 07:10:51 +10: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-30 12:48:20 +10:00
[dependencies]
2018-07-25 08:13:22 +10:00
glutin = "0.17.0"
gl = "0.10.0"
2018-07-28 07:10:51 +10:00
rustic_gl = "0.3.2"