mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
Update the android glue to 0.2 to use the new cargo-apk crate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "winit"
|
||||
version = "0.4.9"
|
||||
version = "0.5.0"
|
||||
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-platform window creation library."
|
||||
keywords = ["windowing"]
|
||||
@@ -15,7 +15,7 @@ libc = "0.2"
|
||||
shared_library = "0.1.0"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.android_glue]
|
||||
version = "0.1"
|
||||
version = "0.2"
|
||||
|
||||
[target.i386-apple-ios.dependencies]
|
||||
objc = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user