mirror of
https://github.com/ruffle-rs/ruffle-android.git
synced 2024-11-26 23:20:22 +00:00
Enable the "android-game-activity" feature of winit, as one is supposed to.
This commit is contained in:
parent
a9c451ee00
commit
f6458b4294
@ -11,7 +11,7 @@ crate-type = ["lib", "cdylib"]
|
||||
[dependencies]
|
||||
wgpu = "0.16.3"
|
||||
android-activity = { version = "0.4.3", features = ["game-activity"] }
|
||||
winit = "0.28.6"
|
||||
winit = { version = "0.28.6", features = ["android-game-activity"] }
|
||||
ndk = { version = "0.7.0", features = ["audio"]}
|
||||
log = "0.4.19"
|
||||
android_logger = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user