add matplotlib and simple gradient colormaps
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "colorcet"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.85.1"
|
||||
authors = ["Wim Pomp <w.pomp@nki.nl>"]
|
||||
license = "CC-BY"
|
||||
license = "CC-BY-4.0 AND PSF-2.0 AND MIT"
|
||||
description = "Colorcet colormaps."
|
||||
homepage = "https://github.com/wimpomp/colorcet"
|
||||
repository = "https://github.com/wimpomp/colorcet"
|
||||
@@ -13,5 +13,7 @@ keywords = ["color", "colormap", "color-scales", "visualization", "gradient"]
|
||||
categories = ["graphics", "visualization"]
|
||||
|
||||
[dependencies]
|
||||
phf = { version = "0.12.1", features = ["macros"] }
|
||||
colorgrad = "0.7.2"
|
||||
num-traits = "0.2.19"
|
||||
phf = { version = "0.13.1", features = ["macros"] }
|
||||
thiserror = "2.0.16"
|
||||
Reference in New Issue
Block a user