diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-14 21:40:30 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-14 21:40:30 +0200 |
| commit | c44b86bcd86762dcdf1268ebfd3be9899ccf24ba (patch) | |
| tree | 7ac984467e973f5abfa78c913e692ce06c0ca4e6 /pixel-client/Cargo.toml | |
| parent | c4ecfadbdfa8487a390958dbd80240f58b286303 (diff) | |
| download | hurrycurry-c44b86bcd86762dcdf1268ebfd3be9899ccf24ba.tar hurrycurry-c44b86bcd86762dcdf1268ebfd3be9899ccf24ba.tar.bz2 hurrycurry-c44b86bcd86762dcdf1268ebfd3be9899ccf24ba.tar.zst | |
pc: add itembubble and config save/load
Diffstat (limited to 'pixel-client/Cargo.toml')
| -rw-r--r-- | pixel-client/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml index 38c32db8..d319457f 100644 --- a/pixel-client/Cargo.toml +++ b/pixel-client/Cargo.toml @@ -18,6 +18,10 @@ anyhow = "1.0.86" clap = { version = "4.5.15", features = ["derive"] } rustls = { version = "0.23.12", features = ["ring"] } rand = "0.9.0-alpha.2" +xdg = "2.5.2" +toml = "0.8.19" +serde = { version = "1.0.207", featues = ["derive"] } +users = "0.11.0" [features] bundle_sdl2 = ["sdl2/bundled"] |