mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 23:41:30 +11:00
Update Cargo.toml, remove invalid category
This commit is contained in:
parent
f64eaf1557
commit
6836050f19
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mini_gl_fb"
|
name = "mini_gl_fb"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
authors = ["shivshank"]
|
authors = ["shivshank"]
|
||||||
description = "Quick and easy window creation, input, and high speed bitmap rendering"
|
description = "Quick and easy window creation, input, and high speed bitmap rendering"
|
||||||
repository = "https://github.com/shivshank/mini_gl_fb"
|
repository = "https://github.com/shivshank/mini_gl_fb"
|
||||||
|
@ -8,7 +8,7 @@ repository = "https://github.com/shivshank/mini_gl_fb"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
keywords = ["opengl", "windowing", "framebuffer", "window"]
|
keywords = ["opengl", "windowing", "framebuffer", "window"]
|
||||||
categories = ["rendering", "graphics"]
|
categories = ["rendering"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue