[package] name = "raqote-display" version = "0.1.2" authors = ["Florian Blasius "] description = "Implementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget based on raqote https://github.com/jrmuizel/raqote." documentation = "https://docs.rs/raqote-display" edition = "2018" repository = "https://codeberg.org/morph/raqote-display" readme = "README.md" license = "MIT" keywords = [ "graphics", "canvas", "wasm" ] [dependencies] embedded-graphics = "0.6.2" raqote = {version = "0.8", default-features = false } [dev-dependencies] orbclient = { git = "https://gitlab.redox-os.org/redox-os/orbclient.git" }