Firestar99
Firestar99
# Requires https://github.com/GraphiteEditor/Graphite/pull/2767
forgot a rename, there will probably be even more nodes I missed
https://github.com/rust-num/num-traits/blob/022f250f7c12955166dd2ebe776f74e1707312a2/src/ops/euclid.rs#L23 Is there any particular reason the functions of `trait Euclid` takes their args by reference, instead of by value? In std `f32::rem_euclid` also takes them by value, not reference,...
* since [rust-gpu 0.9.0](https://github.com/EmbarkStudios/rust-gpu/releases/tag/v0.9.0) released 2 years ago, we can handle `Display` and `Debug` implementations and even `panic!` messages via some recompilation * https://github.com/Rust-GPU/rust-gpu/pull/213 added support for `loading_zeros` via intrinsics,...
### Describe the bug I would like cargo-deny to ignore our example crates and just complain about the public crates we release on crates.io. I tried listing all example crates...
Issue: > Pasting a 720p image (isometric fountain exported as png) causes excessive CPU utilization and allocator pressure on dev, has caused a wgpu OOM error (not shown here). Same...
I was [working on having the expanded templates be in the repository](https://github.com/Rust-GPU/rust-gpu-template/pull/3) next to the actual templates, to allow users to just copy those and code review to be a...
**Describe the bug** Having a target directory in a template can cause a significant slowdown in template generation, even if it is `ignore`d and `exclude`d. With a ~6GiB target dir...
I don't have a Mac to test this on, let's just try raising the version closes https://github.com/EmbarkStudios/ash-molten/issues/88