[package] name = "multi-mono-font" version = "0.3.2" edition = "2021" authors = ["Merisy-Thing "] description = "Multi mono font mixed typesetting for embedded-graphics" readme = "README.md" keywords = ["embedded-graphics", "embedded", "font", "mono-font"] categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/Merisy-Thing/multi-mono-font" [dependencies] embedded-graphics = "0.8.1" [dev-dependencies] embedded-graphics-simulator = "0.7.0" [features] big-character-size = [] # character width or height big then 255 defmt = []