mini_gl_fb/Cargo.toml
2018-08-25 15:31:44 -04:00

18 lines
420 B
TOML

[package]
name = "mini_gl_fb"
version = "0.5.0"
authors = ["shivshank"]
description = "Quick and easy window creation, input, and high speed bitmap rendering"
repository = "https://github.com/shivshank/mini_gl_fb"
license = "MIT"
keywords = ["opengl", "windowing", "framebuffer", "window"]
categories = ["rendering", "graphics"]
readme = "README.md"
[dependencies]
glutin = "0.17.0"
gl = "0.10.0"
rustic_gl = "0.3.2"