[package] name = "ray_tracing_utility" 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] # ray_tracing_core = { path = "../ray_tracing_core" } ray_tracing_core = "0.1.1" # Crate serde_json # https://docs.serde.rs/serde_json/index.html serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" image = "0.23.14"