[package] name = "drawing" version = "0.4.0" authors = ["Marek Gibek "] description = "API for 2D graphics library" keywords = ["graphics", "2d", "draw", "canvas", "opengl"] categories = ["graphics", "rendering::graphics-api", "visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/marek-g/rust-drawing" documentation = "https://docs.rs/drawing" readme = "../README.md" edition = "2021" [dependencies] bitflags = "2.5" anyhow = "1.0" thiserror = "1.0" euclid = "0.22" freetype-rs = "0.36" rawpointer = "0.2" clamped = "1.0"