From dd133dfb2014f30ce9a517ec676c21f78e990f5f Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Sun, 10 Apr 2022 15:38:16 +0200 Subject: [PATCH] Removed namespace on optional dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]