From 39c1356df1f5ffd38cd67f73978dda06ef71ce54 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 23 Feb 2024 13:17:07 +0100 Subject: [PATCH] Fix bevy_ggrs example not working on native --- examples/bevy_ggrs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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",