We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41878e commit be3ebebCopy full SHA for be3ebeb
src/main.rs
@@ -72,7 +72,7 @@ fn load_and_apply_shader(shader_path: &str) -> Result<(), Box<dyn std::error::Er
72
73
fs::write(target_path, &shader_content)?;
74
75
- log::info!("Loaded {} shader from {} to {}",
+ println!("Loaded {} shader from {} to {}",
76
if is_2d { "2D" } else { "3D" },
77
shader_path,
78
target_path);
0 commit comments