aboutsummaryrefslogtreecommitdiff
path: root/examples/statetracker
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-10-01 18:20:02 +0200
committerMax Audron <audron@cocaine.farm>2021-10-01 18:20:02 +0200
commit8fa754c646d41afd465aab2b61068f788faf7e83 (patch)
treee7f95c8ae573e7faefb7bcbdddd84e2e0877b59e /examples/statetracker
parentremove replaced "Network" derive macro (diff)
statetracker: remove druid-widget-nursery
Diffstat (limited to 'examples/statetracker')
-rw-r--r--examples/statetracker/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/statetracker/Cargo.toml b/examples/statetracker/Cargo.toml
index b73411b..d831544 100644
--- a/examples/statetracker/Cargo.toml
+++ b/examples/statetracker/Cargo.toml
@@ -6,9 +6,7 @@ edition = "2018"
[dependencies]
libquassel = { path = "../../", features = ["framing", "all-quassel-features"] }
-# druid = "0.7"
druid = { git = "https://github.com/linebender/druid", features = ["im"] }
-druid-widget-nursery = { path = "/home/audron/repo/github.com/linebender/druid-widget-nursery" }
anyhow = "*"