Half-arsed visuals for virtual anime

This commit is contained in:
Luke D. Jones
2023-05-02 16:42:21 +12:00
parent 2a38f69cc4
commit 002dc8516d
8 changed files with 530 additions and 23 deletions

30
simulators/Cargo.toml Normal file
View File

@@ -0,0 +1,30 @@
[package]
name = "rog_simulators"
license = "MPL-2.0"
version.workspace = true
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]
repository = "https://gitlab.com/asus-linux/asus-nb-ctrl"
homepage = "https://gitlab.com/asus-linux/asus-nb-ctrl"
documentation = "https://docs.rs/rog-anime"
edition = "2021"
exclude = ["data"]
[[bin]]
name = "anime_sim"
path = "src/simulator.rs"
[dependencies]
log.workspace = true
glam.workspace = true
uhid-virt = "^0.0.6"
rog_anime = { path = "../rog-anime", features = ["dbus"] }
[dependencies.sdl2]
version = "0.35"
default-features = false
features = ["gfx"]