diff options
| author | Max Audron <audron@cocaine.farm> | 2023-12-18 22:51:27 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-12-18 22:51:39 +0100 |
| commit | bcb764747ec8948130e9afd0840e7f8a19d5ba2c (patch) | |
| tree | 7cd06c529f043ab44832ee8ef0f44a970ef7bd44 /examples/statetracker/Cargo.toml | |
| parent | update nix flake deps (diff) | |
old statetracker gui
Diffstat (limited to '')
| -rw-r--r-- | examples/statetracker/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/statetracker/Cargo.toml b/examples/statetracker/Cargo.toml index 064b222..304324d 100644 --- a/examples/statetracker/Cargo.toml +++ b/examples/statetracker/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -libquassel = { path = "../../", features = ["framing", "all-quassel-features", "client", "server"] } +libquassel = { path = "../../", features = ["framing", "all-quassel-features", "server"], default_features = false } -druid = { git = "https://github.com/linebender/druid", features = ["im"] } +druid = { git = "https://github.com/linebender/druid", features = ["im"], rev = "0c0851f7be7b2cadd477b9b0caaa91cb081f2e4a" } anyhow = "*" @@ -31,3 +31,5 @@ webpki-roots = { version = "0.21" } futures-util = { version = "0.3", features = ["std"] } futures = { version = "0.3" } pretty_env_logger = { version = "0.4" } + +[workspace] |
