[build] type = "autotools" [build.flags] configure = [ "--enable-x86simd", "--disable-static", ] [dependencies] runtime = [ "libcxx", "libunwind", "glibc", ] [package] description = "Scaling, colorspace conversion, and dithering library" homepage = "https://github.com/sekrit-twc/zimg" license = "WTFPL" name = "zimg" version = "3.0.6" [[source]] extract_dir = "$name-$version" post_extract = ["./autogen.sh"] url = "https://github.com/sekrit-twc/zimg.git#release-$version"