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"