[package] name = "plt-draw" version = "0.4.0" edition = "2021" authors = ["Jonah Hoffman "] license = "MIT OR Apache-2.0" repository = "https://github.com/plt-rs/plt" description = "The drawing backend template for the plt crate" keywords = ["plotting", "visualization", "graphics"] categories = ["visualization", "graphics"] [dependencies] anyhow = "1.0" thiserror = "1.0"