diff --git a/internal/compiler/Cargo.toml b/internal/compiler/Cargo.toml index 70b05e5d789..f046dd8c248 100644 --- a/internal/compiler/Cargo.toml +++ b/internal/compiler/Cargo.toml @@ -61,7 +61,7 @@ linked_hash_set = "0.1.4" typed-index-collections = { workspace = true } # for processing and embedding the rendered image (texture) -image = { workspace = true, optional = true, features = ["default"] } +image = { workspace = true, optional = true } resvg = { workspace = true, optional = true } # font embedding fontdue = { workspace = true, optional = true, features = ["parallel"] }