- inital transforms code

This commit is contained in:
w.pomp
2026-09-04 15:51:53 +02:00
parent 6913e65420
commit 4074770fd3
7 changed files with 90 additions and 16 deletions
+3 -3
View File
@@ -159,13 +159,13 @@ mod python_bioformats {
fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("cargo::rerun-if-changed=build.rs");
#[cfg(feature = "bioformats_java")]
bioformats::build()?;
if std::env::var("DOCS_RS").is_err() {
#[cfg(feature = "movie")]
ffmpeg_sidecar::download::auto_download()?;
#[cfg(feature = "bioformats_java")]
bioformats::build()?;
#[cfg(all(not(feature = "python"), feature = "bioformats_java"))]
no_python_bioformats::build()?;