Skip to content

Commit

Permalink
basic dbus working again
Browse files Browse the repository at this point in the history
  • Loading branch information
Narfinger committed Nov 20, 2023
1 parent d148bed commit d156a34
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 92 deletions.
126 changes: 72 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio = { version = "1.33.0", features = ["full"] }
viola_common = {path ="viola_common", features =["backend"]}
walkdir = "2.4.0"
warp = { version = "0.3.6", features = ["compression"] }
zbus = { version = "3.14.1", default-features = false, features = ["tokio"]}
zbus = { version = "3.14.1"}

[workspace]
members = ["web_gui_yew", "viola_common"]
Loading

0 comments on commit d156a34

Please sign in to comment.