9e2431e58a
Steam-first Linux game launcher wrapper for MangoHud and GameMode. Manages launch behavior via TOML config with named profiles, per-game bindings, and full diagnostics. All v1 criteria validated. Co-Authored-By: claude-flow <ruv@ruv.net>
20 lines
483 B
TOML
20 lines
483 B
TOML
[package]
|
|
name = "gamewrap"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
description = "Steam-first game launcher wrapper with friendly config for MangoHud and GameMode."
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
clap_complete = { version = "4.5", features = ["unstable-dynamic"] }
|
|
directories = "6.0"
|
|
owo-colors = "1"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "2.0"
|
|
toml = "0.8"
|
|
which = "8.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.20"
|