mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 15:31:31 +11:00
18 lines
408 B
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"
|