diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-01 18:20:02 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-01 18:20:02 +0200 |
| commit | 8fa754c646d41afd465aab2b61068f788faf7e83 (patch) | |
| tree | e7f95c8ae573e7faefb7bcbdddd84e2e0877b59e | |
| parent | remove replaced "Network" derive macro (diff) | |
statetracker: remove druid-widget-nursery
| -rw-r--r-- | examples/statetracker/Cargo.toml | 2 |
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 = "*" |
