add hsv to rgb, not better looking

This commit is contained in:
devdesk
2024-02-22 23:08:30 +02:00
parent 831322e44a
commit ca742aa204
3 changed files with 26 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ pcap = { version = "1.2.0", features = ["capture-stream"] }
pcap-parser = { version = "0.14.1", features = ["data"] }
png = "0.17.10"
pyo3 = { version = "0.20.0", "features" = ["extension-module"] }
rgb_hsv = "1.0.1"
serde = { version = "1.0.193", features = ["derive", "serde_derive", "alloc"] }
tokio = { version = "1.36.0", features = ["full"] }
tracing-subscriber = "0.3.18"