diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-19 11:28:12 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-19 11:28:12 +0100 |
commit | d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d (patch) | |
tree | cf592eda16699b9d1022df3dacae563021d25324 /client/Cargo.toml | |
parent | 6e49570fcf657009179b9a1b462a8ca30e824bce (diff) | |
download | twclient-d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d.tar twclient-d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d.tar.bz2 twclient-d39a7d62e7bdc63b2055ad93bf511cdd1e40e69d.tar.zst |
a
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" } |