feat: complete native execution and Steam discovery

This commit is contained in:
2026-07-18 20:11:52 -04:00
parent 514f87dacb
commit bc0090c63d
42 changed files with 6403 additions and 97 deletions
+3
View File
@@ -12,6 +12,9 @@ path = "src/main.rs"
[dependencies]
kiln-core = { version = "=0.0.1", path = "../kiln-core" }
kiln-adapter-native = { version = "=0.0.1", path = "../kiln-adapter-native" }
kiln-adapter-steam = { version = "=0.0.1", path = "../kiln-adapter-steam" }
serde_json = "=1.0.150"
[lints]
workspace = true