Add model for whole example

This commit is contained in:
Moritz Ruth 2023-12-31 00:59:27 +01:00
parent 3fe1912389
commit 634a1aa547
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
34 changed files with 756 additions and 263 deletions

2
Cargo.lock generated
View file

@ -227,6 +227,7 @@ dependencies = [
"humantime-serde",
"loupedeck_serial",
"piet",
"regex",
"rgb",
"serde",
"serde_regex",
@ -643,7 +644,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
dependencies = [
"bytemuck",
"serde",
]
[[package]]