diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index da0f5c6..de8bf01 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,3 +17,5 @@ weareshared = { path = "../shared" } rand = "0.9.0-beta.1" glam = "0.29.2" image = "0.25.5" +egui-wgpu = "0.30.0" +egui = "0.30.0" |