[package] name = "max7219-canvas" description = "A library built for rust that makes setting and getting pixels from co-ordinates easy, aswell as handling displaying different layers on top of each other. Works with the max7219 crate on 8x8 matrix displays." version = "0.1.2" edition = "2021" authors = ["James Gaunt"] keywords = ["no_std", "embedded", "arduino", "max7219", "led-matrix"] readme = "./README.md" repository = "https://github.com/Jamzy01/max7219-canvas" license = "MIT" [dependencies] max7219 = "0.4.2"