-
Upon adding this line: `.add_plugin(ConfigCam)`:
```rust
error: failed to select a version for `web-sys`.
... required by package `wgpu v0.12.0`
... which satisfies dependency `wgpu = "^…
-
## What problem does this solve or what need does it fill?
See discussion: #15374
## What solution would you like?
Implementation steps:
* [ ] Define `KeyboardFocus` resource.
* [ ] Writ…
-
This style follows the convention of `app.add_plugins((player::plugin, movement::plugin));`
-
```
thread 'main' panicked at 'slice index starts at 4 but ends at 1', /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/carrier-pigeon-0.3.0/src/udp.rs:155:39
stack backtrace:
0: rust_b…
-
This plugin contains very nice functionality, but is depending on an outdated Bevy version. Are there any plans to update it so it works with latest Bevy?
-
Hi, this is an error I received while trying to run the bevy 0.10.0 WASM examples on a pixel 4a as well as a pixel 3a (both with firefox mobile and chrome). See also the downstream issue I created fir…
-
See the [Rough Plan](https://github.com/nannou-org/nannou/issues/946#issuecomment-1886375733) section of this comment for some context.
In general, the idea is to enable using nannou's `Draw` abstr…
-
## TL;DR
Could this repository include a common asset type and loader for loading generic `serde_json::Value`, `toml_edit::Document`, etc. types from files with the generic format extension like `.…
-
Bevy version: 0.14.1
Relevant system information: Windows 11 Laptop with Ryzen 7 7840HS CPU, 780M intergrated graphics and 7700S GPU
If you cannot get Bevy to build or run on your machine, pleas…
-
The following *cargo.toml* configuration does not build anymore: `bevy_rapier3d = {version= "0.13.0" ,default-features = false, features = [ "dim3" ]}`
Build output:
```
Compiling bevy_rapier3d…