Cargo Features
quickraw has no features set by default.
[dependencies]
quickraw = { version = "0.2.1-alpha.1", features = ["wasm"] }
- wasm = image, wasm-bindgen
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- wasm-bindgen wasm?
-
Enables wasm-bindgen
only for wasm target
- image wasm?
-
Enables image ^0.24
Affects
lib_wasm::encode_to_jpeg
…