Benjamin Brienen
Benjamin Brienen
I'm surprised that adding clang/cmake stuff is "uncontroversial".
@coreh are you still interested in working on this?
Works perfectly for me ``` Running `target\debug\examples\loading_screen.exe` 2025-01-07T18:33:33.847956Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Windows 11 Pro", kernel: "26100", cpu: "12th Gen Intel(R) Core(TM) i7-12700H", core_count: "14", memory: "31.7 GiB" }...
Thanks for confirming. Closing as fixed.
12th Gen Intel(R) Core(TM) i7-12700H cargo test --doc ``` test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.96s ``` With `cargo run...
> Corrected error handling syntax by removing an extra closing parenthesis. Uh, no.
Blocked on actually implementing support for no-std. https://github.com/bevyengine/bevy/issues/15460
Already fixed
> Is this a suggestion to add a new attribute like `#[reflect(skip_register)]`, or something along the line of "always ignore phantom data when registering types"? > If the solution is...
I also get this. ``` warning: failed to automatically apply fixes suggested by rustc to crate `wgsl_analyzer` after fixes were automatically applied the compiler reported errors within these files: *...