-
-
When building doc tests, cargo settings like `--jobs` are ignored, and the `linker` specified in `config.toml` is also ignored.
However, by setting `rustdocflags` we can control the linker correctl…
-
It would be a useful QoL feature for our users to be able to change from the dark mode to a light mode integrated into the site.
Origin: https://github.com/bevyengine/bevy-website/issues/3#issueco…
-
In bevyengine/bevy-website#1782, it was mentioned that the (WIP) migration guide for the text rework (#15591), refers to
`UiTextWriter` instead of the actual name we have right now `TextUiWriter`.
I …
-
I'd like to see us upstream more stuff. It's a challenge, but a different kind of challenge than greenfield work, which mostly comes from solving problems in the ecosystem crate by modifying the ecs o…
-
On a fresh checkout on macOS, running `cargo run --example complex` generates the following error:
```rust
error[E0308]: mismatched types
--> /Users/mark/.cargo/registry/src/index.crates.io-6f1…
maaku updated
2 weeks ago
-
## Description
Mesh2d is currently very slow compared to sprites and is also missing quite a few features compared to 3d.
- [x] Clean up 2d render phases to prepare for adding more phases - https://…
-
I am attempting to follow along on the tutorial using bevy 0.11 and in part 1 of the series we are utilizing `add_system` which has been deprecated and specifically in assets.rs we call `.add_system(c…
-
**Description**
The last 16-bits of a u32 cannot be used on certain Qualcomm Adreno devices
**Repro steps**
I encountered this in [Bevy](https://github.com/bevyengine/bevy) and steps for reproduc…
-
See https://github.com/bevyengine/bevy/issues/3763#issuecomment-1025022526. I'm not sure if this is actually an issue.