mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
android_glue is now a platform-specific dependency
This commit is contained in:
parent
03b9d6171d
commit
2c029f3fa3
|
@ -12,12 +12,12 @@ headless = []
|
|||
[dependencies.compile_msg]
|
||||
git = "https://github.com/huonw/compile_msg"
|
||||
|
||||
[dependencies.android_glue]
|
||||
git = "https://github.com/tomaka/android-rs-glue"
|
||||
|
||||
[dependencies.gl_generator]
|
||||
git = "https://github.com/bjz/gl-rs"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.android_glue]
|
||||
git = "https://github.com/tomaka/android-rs-glue"
|
||||
|
||||
[target.i686-apple-darwin.dependencies.cocoa]
|
||||
git = "https://github.com/DavidPartouche/rust-cocoa"
|
||||
|
||||
|
|
Loading…
Reference in a new issue