drawing 0.5.0

API for 2D graphics library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "drawing"

version = "0.5.0"

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



[dependencies]