diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-01-12 01:12:34 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-01-12 01:12:34 +0100 |
| commit | a3e3b724d4fe97f251e830197527f3a106b0a890 (patch) | |
| tree | 697e639b901721141a1b150361d63dadd1672f74 /client/Cargo.toml | |
| parent | 4cba9ed9b8fb4d3f349ee6b1a17068ed21709008 (diff) | |
| download | weareserver-a3e3b724d4fe97f251e830197527f3a106b0a890.tar weareserver-a3e3b724d4fe97f251e830197527f3a106b0a890.tar.bz2 weareserver-a3e3b724d4fe97f251e830197527f3a106b0a890.tar.zst | |
enable persistant cache + print timing info
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 a020315..77149b2 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -20,3 +20,4 @@ image = "0.25.5" egui-wgpu = "0.30.0" egui = { version = "0.30.0", features = ["bytemuck"] } bytemuck = "1.21.0" +xdg = "2.5.2" |