mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
android_glue is now a platform-specific dependency
This commit is contained in:
@@ -12,12 +12,12 @@ headless = []
|
|||||||
[dependencies.compile_msg]
|
[dependencies.compile_msg]
|
||||||
git = "https://github.com/huonw/compile_msg"
|
git = "https://github.com/huonw/compile_msg"
|
||||||
|
|
||||||
[dependencies.android_glue]
|
|
||||||
git = "https://github.com/tomaka/android-rs-glue"
|
|
||||||
|
|
||||||
[dependencies.gl_generator]
|
[dependencies.gl_generator]
|
||||||
git = "https://github.com/bjz/gl-rs"
|
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]
|
[target.i686-apple-darwin.dependencies.cocoa]
|
||||||
git = "https://github.com/DavidPartouche/rust-cocoa"
|
git = "https://github.com/DavidPartouche/rust-cocoa"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user