mirror of
https://github.com/scrtwpns/mixbox.git
synced 2026-03-19 22:49:41 +01:00
add mixbox for rust
This commit is contained in:
13
rust/Cargo.toml
Normal file
13
rust/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user