Cargo Features
image-rider has no features set by default.
[dependencies]
image-rider = { version = "0.10.0", features = ["commodore"] }
- commodore
-
Enables forbidden-bands
forbidden-bands is a library crate to manipulate PETSCII strings and other legacy 8-bit character sets. It provides functions to convert between PETSCII and Unicode and to display PETSCII strings.
To use it, enable the commodore featureAffects
config::Config.forbidden_bands_config
,disk_format::commodore
…