diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 471a905..8101167 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -10,7 +10,8 @@ anyhow = "1.0.95" arrayvec = "0.5.2" warn = ">=0.1.1,<0.3.0" xdg = "2.5.2" - +wgpu = "23.0.1" +pollster = "0.4.0" winit = "0.30.8" twgame = { path = "../../twgame/twgame" } |