mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 10:26:34 +11:00
Merge pull request #111 from glennw/android-build
Add gl_common dependency to fix android build.
This commit is contained in:
commit
290b1d9dfa
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ git = "https://github.com/huonw/compile_msg"
|
|||
[dependencies.gl_generator]
|
||||
git = "https://github.com/bjz/gl-rs"
|
||||
|
||||
[dependencies.gl_common]
|
||||
git = "https://github.com/bjz/gl-rs"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.android_glue]
|
||||
git = "https://github.com/tomaka/android-rs-glue"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue