mini_gl_fb/Cargo.toml

18 lines
420 B
TOML
Raw Normal View History

2018-05-30 12:48:20 +10:00
[package]
name = "mini_gl_fb"
2018-08-25 08:14:31 +10:00
version = "0.5.0"
2018-05-30 12:48:20 +10:00
authors = ["shivshank"]
2018-08-26 05:28:32 +10:00
description = "Quick and easy window creation, input, and high speed bitmap rendering"
repository = "https://github.com/shivshank/mini_gl_fb"
2018-07-28 07:10:51 +10:00
license = "MIT"
2018-08-26 05:28:32 +10:00
keywords = ["opengl", "windowing", "framebuffer", "window"]
categories = ["rendering", "graphics"]
readme = "README.md"
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"