From 094c25747bf2a580ddd147d6bd4d8a5c6ffb0c71 Mon Sep 17 00:00:00 2001 From: Jakob Hellermann Date: Thu, 23 Dec 2021 13:46:37 +0100 Subject: [PATCH] enable wasm-bindgen feature on gilrs --- crates/bevy_gilrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index b5bc1b6f65b44..9311d1b89515b 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -16,4 +16,4 @@ bevy_input = { path = "../bevy_input", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" } # other -gilrs = "0.8.0" \ No newline at end of file +gilrs = { version = "0.8.0", features = ["wasm-bindgen"] }