From cecdd870f201f7d7f2f271b74640261d00fb37d1 Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Tue, 27 Jun 2023 10:33:51 -0700 Subject: [PATCH] Remove unnecessary required feature metadata for tonemapping example --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 927119ccaa15a..8e8f2f4997a65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -570,7 +570,6 @@ wasm = true [[example]] name = "tonemapping" path = "examples/3d/tonemapping.rs" -required-features = ["ktx2", "zstd"] [package.metadata.example.tonemapping] name = "Tonemapping"