add mixbox for rust

This commit is contained in:
Ondrej Jamriska
2022-09-21 05:07:35 +02:00
parent b91fbb0e0b
commit 262fed72bd
4 changed files with 327 additions and 0 deletions

13
rust/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "mixbox"
version = "2.0.0"
edition = "2021"
description = "Pigment-Based Color Mixing"
readme = "README.md"
homepage = "https://scrtwpns.com/mixbox"
repository = "https://github.com/scrtwpns/mixbox"
license = "CC-BY-NC-4.0"
keywords = ["color-mixing", "pigments", "rgb", "kubelka-munk", "paints"]
[dependencies]
libm = "0.2.5"