Janky config save/load. Fine for builtin modes

This commit is contained in:
Luke
2020-04-16 21:55:49 +12:00
parent 0a88b5b20a
commit 5f8ea365ef
7 changed files with 106 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rog-core"
version = "0.3.0"
version = "0.3.1"
authors = ["Luke <luke@ljones.dev>"]
edition = "2018"
@@ -8,3 +8,6 @@ edition = "2018"
rusb = "0.5"
gumdrop = "0.8"
dbus = "0.7.1"
serde = "1.0"
serde_derive = "1.0"
toml = "0.5"