JayceFayne
JayceFayne
Are there any plans on adding async support? Let me know if a pull request in that direction would be welcome.
This Pull Request fixes nightly toolchain CI failures. It changes the following: - fix clippy::derive_partial_eq_without_eq I followed the checklist: - [ ] I added unittests - [x] I ran `make...
This Pull Request fixes/closes #397. It changes the following: - support copy to clipboard on wayland I followed the checklist: - [ ] I added unittests - [x] I ran...
fixes #40 This pull adds a new feature called `driver`. It is enabled by default. If disabled `async-io` will not spawn a background thread to drive the Reactor. Note: afaik...
## Bevy version The release number or commit hash of the version you're using. 0.10/0.11/0.12 ## Relevant system information Arch Linux ## What you did Running https://github.com/JayceFayne/bevy_regression Pasting main.rs below:...
Replaces the current [wyhash](https://github.com/wangyi-fudan/wyhash) RNG algorithm with [rapidhash](https://github.com/Nicoshev/rapidhash). The last commit can be dropped if the output (given the same seed) should be stable across different platforms. closes #69