mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
25 lines
468 B
TOML
25 lines
468 B
TOML
[package]
|
|
name = "rog_simulators"
|
|
license.workspace = true
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|
|
|
|
[[bin]]
|
|
name = "anime_sim"
|
|
path = "src/simulator.rs"
|
|
|
|
|
|
[dependencies]
|
|
log.workspace = true
|
|
uhid-virt = "^0.0.8"
|
|
rog_anime = { path = "../rog-anime", features = ["dbus"] }
|
|
|
|
[dependencies.sdl2]
|
|
version = "0.37"
|
|
default-features = false
|
|
# features = ["gfx"]
|