Skip to content

Commit 2a535c7

Browse files
committed
Update Winit-based examples for Release 0.4.0-beta
1 parent cff3db7 commit 2a535c7

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

agdk-eframe/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agdk-eframe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env_logger = "0.9"
2020

2121
[target.'cfg(target_os = "android")'.dependencies]
2222
android_logger = "0.11.0"
23-
android-activity = { version = "0.3", features = [ "game-activity" ] }
23+
android-activity = { version = "0.4.0-beta", features = [ "game-activity" ] }
2424

2525
[patch.crates-io]
2626

agdk-egui/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agdk-egui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env_logger = "0.9"
2121

2222
[target.'cfg(target_os = "android")'.dependencies]
2323
android_logger = "0.11.0"
24-
android-activity = { version = "0.3", features = [ "game-activity" ] }
24+
android-activity = { version = "0.4.0-beta", features = [ "game-activity" ] }
2525

2626
[patch.crates-io]
2727

agdk-winit-wgpu/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agdk-winit-wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_logger = "0.9"
1616

1717
[target.'cfg(target_os = "android")'.dependencies]
1818
android_logger = "0.11.0"
19-
android-activity = { version = "0.3", features = [ "game-activity" ] }
19+
android-activity = { version = "0.4.0-beta", features = [ "game-activity" ] }
2020

2121
[patch.crates-io]
2222

na-winit-wgpu/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

na-winit-wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_logger = "0.9"
1616

1717
[target.'cfg(target_os = "android")'.dependencies]
1818
android_logger = "0.11.0"
19-
android-activity = { version = "0.3", features = [ "native-activity" ] }
19+
android-activity = { version = "0.4.0-beta", features = [ "native-activity" ] }
2020

2121
[patch.crates-io]
2222

0 commit comments

Comments
 (0)