diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 09c50c3..ab58a0f 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -4,3 +4,17 @@ version = "0.1.0" edition = "2024" [dependencies] +log = "0.4.22" +env_logger = "0.11.6" +anyhow = "1.0.95" +arrayvec = "0.5.2" +warn = ">=0.1.1,<0.3.0" + +winit = "0.30.8" + +twgame = { path = "../../twgame/twgame" } +twgpu = { path = "../../twgpu/twgpu" } +libtw2-gamenet-ddnet = { path = "../../libtw2/gamenet/ddnet" } +libtw2-event-loop = { path = "../../libtw2/event-loop" } +libtw2-packer = { path = "../../libtw2/packer" } +libtw2-snapshot = { path = "../../libtw2/snapshot" }
\ No newline at end of file |