Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dimage"
version = "0.1.0"
authors = ["daggerbot@gmail.com"]
workspace = ".."
description = "Raster imaging"
documentation = "https://docs.rs/dimage"
repository = "https://github.com/Daggerbot/aurum"
readme = "../README.md"
keywords = ["image"]
categories = []
license = "Zlib"

[dependencies]
dnum = "0.1.0"
dvec = { version = "0.2.1", features = ["dnum"] }
try_from = "0.2.2"