[package] name = "nv-flip" version = "0.1.2" edition = "2021" description = "High-Level bindings to Nvidia Labs's ꟻLIP image comparison and error visualization library" readme = "../README.md" repository = "https://github.com/gfx-rs/nv-flip-rs" license = "MIT OR Apache-2.0 OR Zlib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nv-flip-sys = { version = "0.1.0", path = "../nv-flip-sys" } [dev-dependencies] image = { version = "0.24", default-features = false, features = ["png"]} float_eq = "1"