feat(steam-vent-proto): add deadlock

This commit is contained in:
newt 2026-06-16 11:42:56 +01:00 committed by Robin Appelman
commit f47509a62f
3 changed files with 28 additions and 14 deletions

View file

@ -10,6 +10,7 @@ rust-version = "1.78.0"
[dependencies]
steam-vent-proto-common = { version = "0.5.1", path = "common" }
steam-vent-proto-deadlock = { version = "0.1.0", optional = true }
steam-vent-proto-steam = { version = "0.5.2", path = "./steam" }
steam-vent-proto-tf2 = { version = "0.5.2", optional = true }
steam-vent-proto-csgo = { version = "0.5.2", optional = true }
@ -19,6 +20,7 @@ steam-vent-proto-dota2 = { version = "0.5.2", optional = true }
tf2 = ["steam-vent-proto-tf2"]
csgo = ["steam-vent-proto-csgo"]
dota2 = ["steam-vent-proto-dota2"]
deadlock = ["steam-vent-proto-deadlock"]
[workspace]
exclude = ["build"]
exclude = ["build"]