From cc5da5b83ec7f32bee9ac2840044ee0ad63d973c Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Tue, 11 Jul 2023 12:11:39 +0200 Subject: [PATCH] fix bright pink material More info: https://github.com/bevyengine/bevy/pull/9073 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e3176d8..cb9e723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ bevy = { version = "0.11", default-features = false, features = [ "bevy_gltf", "bevy_scene", "x11", + "zstd", + "tonemapping_luts", + "ktx2", ] } criterion = "0.4"