[package] name = "ray_tracing_show_image" version = "0.1.1" authors = ["Rabbid76 "] edition = "2018" description = "Ray Tracing based on Peter Shirley's mini books" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] show-image = "0.9.4" # How to use a local unpublished crate? # https://stackoverflow.com/questions/33025887/how-to-use-a-local-unpublished-crate # ray_tracing_core = { path = "../ray_tracing_core" } ray_tracing_core = "0.1.1" # ray_tracing_utility = { path = "../ray_tracing_utility" } ray_tracing_utility = "0.1.1"