-
## What problem does this solve or what need does it fill?
Using bevy in no-std contexts would be a cool feature. Supporting no-std is considered to be an advantage.
## What solution would you …
-
Would it be possible to call redraw while we're resizing, so window gets updated immediately, rather than just stretching until we're done?
_Originally posted by @MiniaczQ in https://github.com/bev…
-
hello
## Bevy version
0.14.2
## What you did
have a system remove a Component in an Update system.
use a RemovedComponents in a FixedUpdate system.
## What went wrong
RemovedComponents.read() do…
-
This will help determine an accurate "latest supported Bevy version" for every crate. Related issue: https://github.com/bevyengine/bevy-assets/issues/297.
Some assets have multiple crates, in which…
-
> This is really interesting, I hadn't considered using `trait as _` to avoid name collisions. At a glance this also works in [preludes](https://play.rust-lang.org/?version=stable&mode=debug&edition=2…
-
-
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…
-
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…
-
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 …
-
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…