mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 15:31:31 +11:00
Prep Cargo.toml for crates.io
This commit is contained in:
parent
d3ae1b8bac
commit
54af8986ab
12
Cargo.toml
12
Cargo.toml
|
@ -1,11 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mini_gl_fb"
|
name = "mini_gl_fb"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
authors = ["shivshank"]
|
authors = ["shivshank"]
|
||||||
|
description = "Tool for quickly creating a window and drawing to a buffer with OpenGL"
|
||||||
|
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
keywords = ["OpenGL"]
|
||||||
|
repository = "https://github.com/shivshank/mini_gl_fb"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glutin = "0.17.0"
|
glutin = "0.17.0"
|
||||||
gl = "0.10.0"
|
gl = "0.10.0"
|
||||||
|
rustic_gl = "0.3.2"
|
||||||
[dependencies.rustic_gl]
|
|
||||||
git = "https://github.com/shivshank/rustic_gl.git"
|
|
||||||
|
|
Loading…
Reference in a new issue