aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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 = "*"