Skip to content

Commit 19c989c

Browse files
committed
agdk-mainloop: fix features declaration
1 parent 6278b54 commit 19c989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/agdk-mainloop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
log = "0.4"
1010
android_logger = "0.11.0"
11-
android-activity = { path="../../android-activity", features = "game-activity" }
11+
android-activity = { path="../../android-activity", features = ["game-activity"] }
1212

1313
[lib]
1414
name="main"

0 commit comments

Comments
 (0)