diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 00:06:29 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 00:06:29 +0200 |
commit | 922f04cfadbd3bab3eef09df036ad5edcc899199 (patch) | |
tree | af593a61683fd1e95bebe5ac3edb2ea4dea80855 /Cargo.lock | |
parent | df418c0d3fec83fc1cbe0dabc6d4b9dfbdbcbabb (diff) | |
download | hurrycurry-922f04cfadbd3bab3eef09df036ad5edcc899199.tar hurrycurry-922f04cfadbd3bab3eef09df036ad5edcc899199.tar.bz2 hurrycurry-922f04cfadbd3bab3eef09df036ad5edcc899199.tar.zst |
fade dead items et al
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -993,21 +993,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e281a65eeba3d4503a2839252f86374528f9ceafe6fed97c1d3b52e1fb625c1" [[package]] -name = "light-client" -version = "0.1.0" -dependencies = [ - "anyhow", - "bincode", - "clap", - "env_logger", - "hurrycurry-protocol", - "log", - "sdl2", - "serde_json", - "tungstenite", -] - -[[package]] name = "linux-raw-sys" version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1232,6 +1217,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] +name = "pixelcurry" +version = "0.1.0" +dependencies = [ + "anyhow", + "bincode", + "clap", + "env_logger", + "hurrycurry-protocol", + "log", + "sdl2", + "serde_json", + "tungstenite", +] + +[[package]] name = "pkg-config" version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" |