[package] name = "ivy-image" version = "0.10.0" authors = ["Tim Roberts "] edition = "2018" description = "stb image loading library for ivy" license-file = "../LICENSE" keywords = [ "image-loading", "jpg", "png" ] documentation = "https://lib.rs/ivy" repository = "https://github.com/ten3roberts/ivy" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.112" thiserror = "1.0.30" [build-dependencies] cc = "1.0.72"