mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Merge pull request #179 from tomaka/use-cratesio
Use gl_common and gl_generator from crates.io
This commit is contained in:
commit
4b28d2df60
|
@ -17,10 +17,10 @@ window = []
|
||||||
headless = []
|
headless = []
|
||||||
|
|
||||||
[dependencies.gl_common]
|
[dependencies.gl_common]
|
||||||
git = "https://github.com/bjz/gl-rs"
|
gl_common = "*"
|
||||||
|
|
||||||
[build-dependencies.gl_generator]
|
[build-dependencies]
|
||||||
git = "https://github.com/bjz/gl-rs"
|
gl_generator = "*"
|
||||||
|
|
||||||
[target.arm-linux-androideabi.dependencies.android_glue]
|
[target.arm-linux-androideabi.dependencies.android_glue]
|
||||||
git = "https://github.com/tomaka/android-rs-glue"
|
git = "https://github.com/tomaka/android-rs-glue"
|
||||||
|
|
Loading…
Reference in a new issue