first commit

This commit is contained in:
Wim Pomp
2025-08-22 19:48:56 +02:00
commit 1e145c810e
8 changed files with 28281 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "colorcet"
version = "0.1.0"
edition = "2024"
rust-version = "1.85.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "BB-CY"
description = "Colorcet colormaps."
homepage = "https://github.com/wimpomp/colorcet"
repository = "https://github.com/wimpomp/colorcet"
readme = "README.md"
keywords = ["color", "colormap", "color-scales", "visualization", "gradient"]
categories = ["graphics", "visualization"]
[dependencies]
phf = { version = "0.12.1", features = ["macros"] }
thiserror = "2.0.16"