Begin implementing virtual devices for testing and stuff

This commit is contained in:
Luke D. Jones
2023-05-02 10:40:42 +12:00
parent a14a37d0da
commit 2a38f69cc4
4 changed files with 148 additions and 5 deletions

View File

@@ -17,6 +17,15 @@ default = ["dbus", "detect"]
dbus = ["zbus"]
detect = ["sysfs-class"]
[lib]
name = "rog_anime"
path = "src/lib.rs"
[[bin]]
name = "anime_sim"
path = "src/simulator.rs"
[dependencies]
png_pong.workspace = true
pix.workspace = true