diff --git a/Cargo.toml b/Cargo.toml index 8cf5617..3ee625b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ thiserror = "1.0.30" [features] # Defines a feature named `webp` that does not enable any other features. default = ["ui"] -ui = ["dep:eframe"] +ui = ["eframe"]