- frame caching

This commit is contained in:
w.pomp
2026-08-04 14:35:24 +02:00
parent c975b1943f
commit 9f5f9debc5
5 changed files with 296 additions and 133 deletions
+1 -2
View File
@@ -3,7 +3,7 @@ name = "ndbioimage"
version = "0.2.0"
edition = "2024"
rust-version = "1.94.0"
authors = ["Wim Pomp <w.pomp@nki.nl>", "opencode"]
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "MIT OR Apache-2.0"
description = "Read bio image formats using the bio-formats java package."
homepage = "https://git.pomppervova.nl/wim/ndbioimage/src/branch/rs"
@@ -24,7 +24,6 @@ color-eyre = { version = "0.6", optional = true }
console = { version = "0.16", optional = true }
downloader = { version = "0.2", optional = true, default-features = false, features = ["rustls-tls"] }
ffmpeg-sidecar = { version = "2", optional = true }
#ffmpreg = { version = "0.1", optional = true }
itertools = "0.15"
indexmap = { version = "2", features = ["serde"] }
indicatif = { version = "0.18", features = ["rayon"], optional = true }