mini_gl_fb/Cargo.toml

18 lines
408 B
TOML

[package]
name = "mini_gl_fb"
version = "0.6.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"]
readme = "README.md"
[dependencies]
glutin = "0.19.0"
gl = "0.10.0"
rustic_gl = "0.3.2"