Jakob Hellermann
Jakob Hellermann
I agree with everything zicklag said. My reasoning is that the `*Ref` types can be though of as references to ecs values, because they don't contain the actual values, and...
I think this would need more changes to the asset system than just a `FromWorld` impl. The asset id is not stable, so when we serialize and deserialize it, we...
I see. I assume it is not possible to `[patch]` proc-macro itself? Then I guess search+replace and hope for the best is the best approach for `cargo watt`.
@cla-bot check
The new test failure is in `test_chunk_text_grammar` (and only on mac) so nothing caused by these changes.
> That seems incorrect. The test is relying on text length checks, and this PR modifies the sample text. You should remove that change or recalculate the values. macOS is...
There's still a CI failure during `cargo xtask clippy` on linux that I can't seem to reproduce or understand. It's complaining about ```rust no field `xcb_connection` on type `&mut platform::linux::x11::window::X11Window`...
rebased
I switched to `egui_dock` in main. So I'm going to close this PR, if we want better support for setting default panels we should open a new one. I made...
I removed the toggle_cursor function, so this should be fixed now