mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 23:41:30 +11:00
13 lines
203 B
TOML
13 lines
203 B
TOML
[package]
|
|
name = "mini_gl_fb"
|
|
version = "0.1.1"
|
|
authors = ["shivshank"]
|
|
|
|
[dependencies]
|
|
glutin = "*"
|
|
gl = "*"
|
|
|
|
[dependencies.rustic_gl]
|
|
git = "https://github.com/shivshank/rustic_gl.git"
|
|
rev = "f849057"
|