Initial release: gamewrap v1.0.0
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>
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user