Alphyr
Alphyr
Is there any progress on this ?
Native doc tests would not really work here as `skeptic` is used to test the README and the doc quide.
Actually this would be useful for `ggez-assets_manager` to be able to list additional paths with the `FileSystem` only, and not provide another method and require to duplicate this information.
I came across this issue in the exact same situation. I added "cpal" feature in my dev-dependencies and it worked. It may still be worth fixing, though.
Yes I was making [`asset_manager-kira`](https://lib.rs/crates/assets_manager-kira), an integration with [`assets_manager`](https://lib.rs/crates/assets_manager)
As I understand [`wgpu::Limits`](https://docs.rs/wgpu-types/0.17.0/wgpu_types/struct.Limits.html), not requesting compute shaders in the device will prevent using them even if they are actually supported, is that right ?
Can you give the output of logging with `Debug` level ?
Rebased onto `dev-0.6` branch
Hi @pdeljanov ! If you eventually want to merge this, could you do it quickly please ? This PR touches a lot of parts of the codebase, so changes on...
If possible, I would prefer making the readers generic across `M: MediaSource` in another PR. I am not sure of the benefits though, I wouldn't do it without measuring the...