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.
with_winit
1 parent 18dd54a commit cb9d99eCopy full SHA for cb9d99e
examples/with_winit/src/hot_reload.rs
@@ -20,7 +20,7 @@ pub(crate) fn hot_reload(mut f: impl FnMut() -> Option<()> + Send + 'static) ->
20
21
debouncer.watcher().watch(
22
&Path::new(env!("CARGO_MANIFEST_DIR"))
23
- .join("../../shader")
+ .join("../../vello_shaders/shader")
24
.canonicalize()?,
25
// We currently don't support hot reloading the imports, so don't recurse into there
26
RecursiveMode::NonRecursive,
0 commit comments