fix: rust native-activity

This commit is contained in:
ardocrat 2023-04-10 23:46:07 +03:00
parent 99d1961863
commit 1cd519f0d9

View file

@ -28,10 +28,12 @@ openssl-sys = { version = "0.9.82", features = ["vendored"] }
#grin_wallet_controller = "5.1.0" #grin_wallet_controller = "5.1.0"
#grin_wallet_config = "5.1.0" #grin_wallet_config = "5.1.0"
#grin_wallet_util = "5.1.0" #grin_wallet_util = "5.1.0"
egui = "0.21.0" egui = "0.21.0"
egui-winit = { version = "0.21.1", features = ['default', 'bytemuck', 'android-game-activity'] } egui-winit = "0.21.1"
wgpu = "0.15.1" wgpu = "0.15.1"
egui_wgpu_backend = "0.22.0" egui_wgpu_backend = "0.22.0"
epi = "0.17.0"
egui_winit_platform = "0.18.0" egui_winit_platform = "0.18.0"
pollster = "0.3.0" pollster = "0.3.0"
egui_demo_lib = "0.21.0" egui_demo_lib = "0.21.0"
@ -39,9 +41,6 @@ egui_demo_lib = "0.21.0"
## grin_servers ## grin_servers
futures = "0.3" futures = "0.3"
[patch.crates-io]
egui-winit = { path = '../egui/crates/egui-winit' }
[build-dependencies] [build-dependencies]
built = { version = "0.6.0", features = ["git2"]} built = { version = "0.6.0", features = ["git2"]}
@ -51,7 +50,7 @@ winit = { version = "0.28.3" }
[target.'cfg(target_os = "android")'.dependencies] [target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13.1" android_logger = "0.13.1"
winit = { version = "0.28.3", features = [ "android-game-activity" ] } winit = { version = "0.28.3", features = [ "android-native-activity" ] }
[lib] [lib]
name="grin_android" name="grin_android"