You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the cargo run -p texture command I get the following error:
error: couldn't read .../metal-rs/target/debug/build/texture-eca29171d120f2b2/out/shader_bindings.rs: No such file or directory (os error 2)
--> examples/texture/src/shader_bindings.rs:3:1
|
3 | include!(concat!(env!("OUT_DIR"), "/shader_bindings.rs"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `include` (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
When I run the
cargo run -p texture
command I get the following error:The text was updated successfully, but these errors were encountered: