Cargo Features
[dependencies]
makepad-zune-png = { version = "0.2.1", default-features = false, features = ["std", "sse"] }
- default = sse, std
-
These default features are set whenever
makepad-zune-png
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of makepad-zune-core
makepad-zune-core:
When present, we can use std facilities to detect if a specific feature exists Not enabled by default. Other zune crates can enable dep:zune-core/std by default. But if we enable it here, they can't disable it anymore. See: https://github.com/rust-lang/cargo/issues/8366
- sse default
makepad-zune-png has 3 features without comments.