This commit is contained in:
andromeda
2026-01-17 10:55:18 +01:00
parent e901adf934
commit c42ea43099
3 changed files with 24 additions and 2 deletions

7
Cargo.lock generated
View File

@@ -431,6 +431,7 @@ dependencies = [
"minifb",
"nix 0.30.1",
"vte",
"zeno",
]
[[package]]
@@ -794,6 +795,12 @@ version = "0.8.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
[[package]]
name = "zeno"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
[[package]]
name = "zmij"
version = "1.0.14"