-
Edit: This happened again after deleting `\build\x86_64-pc-windows-msvc\stage*`, so now I'm more concerned than I was before.
I pulled master today, ran `x.py test --stage 1 --incremental src\test\…
-
On Windows 11 when linking a `dylib` which uses `XInput1_4.dll` using `rust-lld` the compiled binary will crash will a message: `STATUS_STACK_BUFFER_OVERRUN`.
This issue was originally reported on …
-
Calling multiple `.insert()`s causes more archetype moves and generally just distracts from how simple an operation is. This also applies if `.spawn()` is called first and `.insert` is called immediat…
-
## 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 …
-
I want to have something like [`broadcast`](https://docs.rs/rayon/latest/rayon/fn.broadcast.html) but which allows to execute a task in a specific thread, using result of [`rayon::current_thread_index…
-
## Bevy version
This is happening on the latest commit (7cb4d3c) and the latest 0.7 on crates.io
## Operating system & version
I am running on EndeavourOS (Arch derivative) latest updates.
…
-
turn off `default-features` for the bevy dependency, and just get what we need
-
## Bevy version
master branch
```ignore
`SystemInfo { os: "Windows 11 Pro", kernel: "22631", cpu: "Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz", core_count: "6", memory: "15.9 GiB" }`
```
```ignore
`…
-
## What problem does this solve or what need does it fill?
Bevy Asset is currently designed around loading and processing assets, however with just a little bit of work it could be improved with ad…
-
Hey, just wondering whether you wish to maintain an official `bevy-main` branch or not?
For now, there is just one breaking change, see https://github.com/Trouv/bevy_ecs_ldtk/compare/main...johanhe…