Imbris
Imbris
See the original PR here > If you specify both `build-override` and `package."*"` then the glob profile has higher precedence than the `build-override` one which is much more specific. In...
I hope this is useful! :slightly_smiling_face:
The two affected methods: ```rust pub fn slerp_unclamped(from: Self, to: Self, factor: T) -> Self where T: Sum + Real + Clamp + Lerp { // From GLM, gtx/rotate_vector.inl let...
**Description** `wgpu` provides a 1s timeout which ends up being passed to `Swapchain::acquire_next_image` in `ash` however on my system sometimes `VK_TIMEOUT` will be returned within ~20-200µs when using the Fifo...
## Checklist * [ ] I've added tests for all code changes and additions (where applicable) * [ ] I've added a demonstration of the new feature to one or...
Inspired by #724 ## Checklist * [ ] I've added tests for all code changes and additions (where applicable) * [ ] I've added a demonstration of the new feature...
## Description Including the entity generation instead of just the index within the [component event](https://docs.rs/specs/0.16.1/specs/storage/enum.ComponentEvent.html) used by `FlaggedStorage`. ## Motivation When an entity is deleted removal events are generated for...
**Is your feature request related to a problem? Please describe.** Sometimes Voxygen users will need to manually select a wgpu backend. E.g. when there are issues with the one selected...
It seems like dependencies renamed in the `Cargo.toml` will be ignored in the graph. E.g. ``` bar = { git = "https://github.com/example/project", package = "foo" } ```
The error is the `backend` module being absent. This happens because I'm using `luminance_front` aliased to `luminance` (it seems to be implied that `luminance_front` is for quick projects, and I...