diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index ab58a0f..471a905 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,12 +9,23 @@ env_logger = "0.11.6" anyhow = "1.0.95" arrayvec = "0.5.2" warn = ">=0.1.1,<0.3.0" +xdg = "2.5.2" winit = "0.30.8" twgame = { path = "../../twgame/twgame" } twgpu = { path = "../../twgpu/twgpu" } +twsnap = { path = "../../twsnap" } libtw2-gamenet-ddnet = { path = "../../libtw2/gamenet/ddnet" } +libtw2-gamenet-common = { path = "../../libtw2/gamenet/common" } libtw2-event-loop = { path = "../../libtw2/event-loop" } libtw2-packer = { path = "../../libtw2/packer" } -libtw2-snapshot = { path = "../../libtw2/snapshot" }
\ No newline at end of file +libtw2-demo = { path = "../../libtw2/demo" } +libtw2-snapshot = { path = "../../libtw2/snapshot" } + +# pre-rfc3243-libtw2-gamenet-ddnet = "*" +# pre-rfc3243-libtw2-gamenet-common = "*" +# pre-rfc3243-libtw2-event-loop = "*" +# pre-rfc3243-libtw2-packer = "*" +# pre-rfc3243-libtw2-snapshot = "*" +# pre-rfc3243-libtw2-demo = "*" |