Cargo Features
simple-blit has no features set by default.
[dependencies]
simple-blit = { version = "2.0.0", features = ["serde", "pixels-integration", "image-integration"] }
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.
- image image-integration?
-
Enables image ^0.24
- pixels pixels-integration?
-
Enables pixels ^0.13
- rgb pixels-integration?