mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 20:24:47 +02:00
feat(steam-vent-proto): add deadlock
This commit is contained in:
parent
5fb4dce244
commit
74aa53f507
3 changed files with 32 additions and 18 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -9,16 +9,18 @@ repository = "https://codeberg.org/steam-vent/proto"
|
|||
rust-version = "1.78.0"
|
||||
|
||||
[dependencies]
|
||||
steam-vent-proto-common = { version = "0.5.0", path = "common" }
|
||||
steam-vent-proto-steam = { version = "0.5.0", path = "./steam" }
|
||||
steam-vent-proto-tf2 = { version = "0.5.0", optional = true }
|
||||
steam-vent-proto-csgo = { version = "0.5.0", optional = true }
|
||||
steam-vent-proto-dota2 = { version = "0.5.0", optional = true }
|
||||
steam-vent-proto-common = { version = "0.5.1", path = "common" }
|
||||
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 }
|
||||
steam-vent-proto-dota2 = { version = "0.5.2", optional = true }
|
||||
steam-vent-proto-deadlock = { version = "0.1.0", optional = true }
|
||||
|
||||
[features]
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue