Skip to content

Commit 341e4a2

Browse files
authored
cargo: Add missing sync feature to all (#444)
The docs for this module are missing because its contents weren't picked up in the docs.rs build.
1 parent 6a98868 commit 341e4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.66"
1414

1515
[features]
1616
default = ["rwh_06"]
17-
all = ["audio", "bitmap","media", "api-level-31", "rwh_04", "rwh_05", "rwh_06"]
17+
all = ["audio", "bitmap", "media", "sync", "api-level-31", "rwh_04", "rwh_05", "rwh_06"]
1818

1919
audio = ["ffi/audio", "api-level-26"]
2020
bitmap = ["ffi/bitmap"]

0 commit comments

Comments
 (0)