diff --git a/examples/bevy_ggrs/Cargo.toml b/examples/bevy_ggrs/Cargo.toml index e1820b7c..51c0717a 100644 --- a/examples/bevy_ggrs/Cargo.toml +++ b/examples/bevy_ggrs/Cargo.toml @@ -28,6 +28,7 @@ bevy = { version = "0.12", default-features = false, features = [ "bevy_text", "bevy_asset", "bevy_sprite", + "multi-threaded", "png", "webgl2", "tonemapping_luts",