Cargo Features

Pyxel has no features set by default.

[dependencies]
pyxel = { version = "0.2.2", features = ["images"] }
images = image

Automatically load the images within the Pyxel document using image

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 images?

Enables image ^0.22.0

Optional dependencies