- add colormap from string to rust code

This commit is contained in:
Wim Pomp
2025-08-23 23:13:57 +02:00
parent 067368e06c
commit 7ea0d1c093
5 changed files with 38 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiffwrite"
version = "2025.8.0"
version = "2025.8.1"
edition = "2024"
rust-version = "1.85.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
@@ -18,6 +18,8 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.98"
colorcet = "0.2.1"
colorgrad = "0.7.2"
chrono = "0.4.41"
css-color = "0.2.8"
flate2 = "1.1.1"