Skip to content

Commit

Permalink
cargo: Add missing sync feature to all
Browse files Browse the repository at this point in the history
The docs for this module are missing because its contents weren't picked
up in the docs.rs build.
  • Loading branch information
MarijnS95 committed Oct 26, 2023
1 parent 6a98868 commit 1fed0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.66"

[features]
default = ["rwh_06"]
all = ["audio", "bitmap","media", "api-level-31", "rwh_04", "rwh_05", "rwh_06"]
all = ["audio", "bitmap", "media", "sync", "api-level-31", "rwh_04", "rwh_05", "rwh_06"]

audio = ["ffi/audio", "api-level-26"]
bitmap = ["ffi/bitmap"]
Expand Down

0 comments on commit 1fed0e1

Please sign in to comment.