From 973ca8d4f05286060f087f029925456ea7565243 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 26 Oct 2023 16:49:56 +0200 Subject: [PATCH] ui2: Remove dependency on `theme` crate --- Cargo.lock | 1 - crates/ui2/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9c078ad35e44f260ce3aca33961e6923009f524..189ea8b408ecae48680106507073b69c340c4406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9488,7 +9488,6 @@ dependencies = [ "serde", "smallvec", "strum", - "theme", "theme2", ] diff --git a/crates/ui2/Cargo.toml b/crates/ui2/Cargo.toml index 401e2956b636e3695a5259d91ccec3f5e3c6a14e..58013e34cda8e5ffc429e7d4f976c873c5313486 100644 --- a/crates/ui2/Cargo.toml +++ b/crates/ui2/Cargo.toml @@ -12,7 +12,6 @@ itertools = { version = "0.11.0", optional = true } serde.workspace = true smallvec.workspace = true strum = { version = "0.25.0", features = ["derive"] } -theme = { path = "../theme" } theme2 = { path = "../theme2" } rand = "0.8"