mini_gl_fb/Cargo.toml

19 lines
440 B
TOML
Raw Normal View History

2018-05-30 12:48:20 +10:00
[package]
name = "mini_gl_fb"
version = "0.8.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"]
2018-08-26 05:28:32 +10:00
readme = "README.md"
2018-05-30 12:48:20 +10:00
[dependencies]
glutin = "0.26.0"
2018-07-25 08:13:22 +10:00
gl = "0.10.0"
2018-07-28 07:10:51 +10:00
rustic_gl = "0.3.2"
2021-01-23 11:33:07 +11:00
derive_builder = "0.10.0-alpha"