bevy/crates/bevy_gilrs
Jakob Hellermann c6d4c63f42 enable wasm-bindgen feature on gilrs (#3420)
WIthout the feature, `gilrs` uses `stdweb` instead of `wasm-bindgen` which isn't compatible with the rest of bevy.

Unfortunately, the `stdweb` dependency is still in the dependency tree, it just isn't used (https://gitlab.com/gilrs-project/gilrs/-/issues/101). This will be fixed in `gilrs 0.9` when it releases.
2021-12-23 19:19:14 +00:00
..
src Use EventWriter for gilrs_system (#3413) 2021-12-21 23:56:58 +00:00
Cargo.toml enable wasm-bindgen feature on gilrs (#3420) 2021-12-23 19:19:14 +00:00