diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-05 21:28:19 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-05 21:28:19 +0100 |
commit | c427fed04f89147bcdcb2b4b1be9198a063d89cd (patch) | |
tree | b713c689795592ee93125575588e9be5cfe925c8 /client/Cargo.toml | |
parent | a6f57036bc954bab45d61fb41c1bd0a27001bad6 (diff) | |
download | weareserver-c427fed04f89147bcdcb2b4b1be9198a063d89cd.tar weareserver-c427fed04f89147bcdcb2b4b1be9198a063d89cd.tar.bz2 weareserver-c427fed04f89147bcdcb2b4b1be9198a063d89cd.tar.zst |
a
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index b0ba84a..ffa40e4 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -13,3 +13,4 @@ log = "0.4.22" pollster = "0.4.0" wgpu = "23.0.1" winit = "0.30.8" +weareshared = { path = "../shared" } |