mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2025-02-17 07:07:42 +11:00
12 lines
203 B
TOML
12 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"
|