diff --git a/Cargo.lock b/Cargo.lock index 2a401b2707..64630b654e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1320,6 +1320,29 @@ dependencies = [ "objc2-quartz-core", ] +[[package]] +name = "ray-tracing" +version = "0.0.0" +dependencies = [ + "ash", + "glam", + "vulkano", + "vulkano-shaders", + "vulkano-taskgraph", + "winit", +] + +[[package]] +name = "ray-tracing-auto" +version = "0.0.0" +dependencies = [ + "ash", + "glam", + "vulkano", + "vulkano-shaders", + "winit", +] + [[package]] name = "redox_syscall" version = "0.4.1" @@ -1738,29 +1761,6 @@ dependencies = [ "winit", ] -[[package]] -name = "triangle-raytracing" -version = "0.0.0" -dependencies = [ - "ash", - "glam", - "vulkano", - "vulkano-shaders", - "vulkano-taskgraph", - "winit", -] - -[[package]] -name = "triangle-raytracing-auto" -version = "0.0.0" -dependencies = [ - "ash", - "glam", - "vulkano", - "vulkano-shaders", - "winit", -] - [[package]] name = "triangle-util" version = "0.0.0" diff --git a/examples/ray-tracing-auto/Cargo.toml b/examples/ray-tracing-auto/Cargo.toml index ffe7a58f8e..292c75270c 100644 --- a/examples/ray-tracing-auto/Cargo.toml +++ b/examples/ray-tracing-auto/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "triangle-raytracing-auto" +name = "ray-tracing-auto" version = "0.0.0" edition = "2021" publish = false [[bin]] -name = "triangle-raytracing-auto" +name = "ray-tracing-auto" path = "main.rs" test = false bench = false diff --git a/examples/ray-tracing/Cargo.toml b/examples/ray-tracing/Cargo.toml index f13090a9f9..005d984195 100644 --- a/examples/ray-tracing/Cargo.toml +++ b/examples/ray-tracing/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "triangle-raytracing" +name = "ray-tracing" version = "0.0.0" edition = "2021" publish = false [[bin]] -name = "triangle-raytracing" +name = "ray-tracing" path = "main.rs" test = false bench = false diff --git a/examples/ray-tracing/main.rs b/examples/ray-tracing/main.rs index 38be51ca5b..18f26d2def 100644 --- a/examples/ray-tracing/main.rs +++ b/examples/ray-tracing/main.rs @@ -182,7 +182,6 @@ impl ApplicationHandler for App { .is_some() }) .collect::>(); - println!("Supported storage formats: {:?}", supported_storage_formats); println!( "Using device: {} (type: {:?})", @@ -201,7 +200,6 @@ impl ApplicationHandler for App { .first() .map(|(format, color_space)| (*format, *color_space)) .unwrap(); - println!("Using swapchain format: {:?}", swapchain_format); self.resources .create_swapchain(