drawing 0.3.2

API for 2D graphics library
Documentation
[package]

name = "drawing"

version = "0.3.2"

authors = ["Marek Gibek <marek-dev@yandex.com>"]

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 = "1.3"

anyhow = "1.0"

thiserror = "1.0"

euclid = "0.22"

freetype-rs = "0.29"

rawpointer = "0.2"

clamped = "1.0"