Chris Patuzzo
Chris Patuzzo
As per the explanation here: https://github.com/rust-lang/cargo/issues/8875
Hello, thanks for a great tool. I'm using cargo bundle on macOS to successfully build an `.app` bundle. On Windows, it errors when creating the msi bundle (this is [already...
Hello, I've noticed a large discrepancy in the time it takes to use Legion with WASM between my MacBook Pro and my iPad Pro. I have created a benchmark project...
The following program causes a panic against the latest release version and the `master` branch: ```rust use legion::prelude::*; fn main() { let mut world = Universe::new().create_world(); #[derive(Clone, PartialEq)] struct Tag1;...
### What version of Hls.js are you using? 1.3.1 ### What browser (including version) are you using? Chrome 108.0.5359.124 (Official Build) (arm64) ### What OS (including version) are you using?...
I am trying to upgrade my [audio_mixer crate](https://github.com/tuzz/audio_mixer) to the latest version of cpal. It currently depends on cpal 0.13.4. I believe I have to change `Sample` to `SizedSample` but...
This package hasn't received updates in almost four years. It no longer works with the latest vendor-list.json because the schema has changed: https://vendor-list.consensu.org/v2/vendor-list.json There seems to be an officially supported...
A complete example demonstrating how to use the IMA SDK for audio ads would be helpful. For example, the instructions on [this page](https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side) don't explain how to adjust things like...