Refactor dbus commands and internal data structures

This commit is contained in:
Luke
2020-06-29 15:52:49 +12:00
parent f85c8cbc50
commit 32e9e63809
26 changed files with 720 additions and 653 deletions

View File

@@ -54,6 +54,6 @@ vendor:
target/release/$(BIN): $(SRC)
ifeq ($(VENDORED),1)
tar pxf vendor.tar.xz
tar pxf vendor_rog-core_<version>.tar.xz
endif
cargo build $(ARGS)