Skip to content

Commit cb9d99e

Browse files
committed
Update with_winit hot reloading shader directory reference.
1 parent 18dd54a commit cb9d99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with_winit/src/hot_reload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub(crate) fn hot_reload(mut f: impl FnMut() -> Option<()> + Send + 'static) ->
2020

2121
debouncer.watcher().watch(
2222
&Path::new(env!("CARGO_MANIFEST_DIR"))
23-
.join("../../shader")
23+
.join("../../vello_shaders/shader")
2424
.canonicalize()?,
2525
// We currently don't support hot reloading the imports, so don't recurse into there
2626
RecursiveMode::NonRecursive,

0 commit comments

Comments
 (0)