[package] name = "ibm437" description = "The IBM437 font for uses with the embedded-graphics crate." version = "0.3.3" authors = ["Sebastien Bechet "] edition = "2021" build = "src/build.rs" documentation = "https://docs.rs/ibm437" repository = "https://github.com/sbechet/ibm437" readme = "README.md" license = "MIT" keywords = ["bitmap", "monochrome", "font", "monospace"] categories = ["rendering", "embedded", "no-std"] [[bench]] name = "bench_mapping" harness = false [features] default = ["regular8x8", "bold8x8", "regular9x14"] regular8x8 = [] bold8x8 = [] regular9x14 = [] [build-dependencies] bitvec = "1" png = "0.17" [dependencies] embedded-graphics = "0.8" [dev-dependencies] criterion = "0" embedded-graphics-simulator = "0.6"