draw 0.3.0

A small 2D drawing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "draw"
license = "MIT"
version = "0.3.0"
edition = "2018"
readme = "README.md"
authors = ["Ryan Ragona <ryan@ragona.com>"]
repository = "https://github.com/ragona/draw"
description = "A small 2D drawing library"
documentation = "https://docs.rs/draw"

[dependencies]
rgb = "0.8.14"
svg = "0.5.12"
rand = {version="0.7.0", features=["small_rng"]}
cgmath = "0.17.0"