We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07c5ef commit 48942aaCopy full SHA for 48942aa
packages/vorbis_rs/Cargo.toml
@@ -33,6 +33,7 @@ getrandom = { version = "0.3.0", features = ["std"], optional = true }
33
[features]
34
default = ["stream-serial-rng"]
35
stream-serial-rng = ["dep:getrandom"]
36
+wasm_js = ["getrandom/wasm_js"]
37
38
[package.metadata.docs.rs]
39
rustdoc-args = ["--cfg", "docsrs"]
0 commit comments