small software-rendered rust tty
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -4,10 +4,10 @@ version = "0.1.0" edition = "2024" [dependencies] -anstream = "0.6.18" -anyhow = "1.0.98" +anstream = "1.0.0" +anyhow = "1.0.103" array_chunks = "1.0.0" -atools = "0.1.6" +atools = "0.1.13" chumsky = { git = "https://github.com/zesterer/chumsky", version = "0.13.0", features = [ "nightly", ] } @@ -17,14 +17,13 @@ dsb = { git = "https://git.bendn.org/dsb" } fimg = { git = "https://git.bendn.org/fimg" } implicit-fn = "0.1.0" -libc = "0.2.172" +libc = "0.2.186" minifb = "0.28.0" -nix = { version = "0.30.1", features = ["process", "term"] } -parking_lot = "0.12.3" +nix = { version = "0.31.3", features = ["process", "term"] } +parking_lot = "0.12.5" serde = { version = "1.0.228", features = ["derive"] } -swash = "0.2.4" +swash = "0.2.9" winit = { version = "0.31.0-beta.2", default-features = false, features = ["wayland", "x11"] } -winit-wayland = "=0.31.0-beta.2" [profile.release] debug = 0 |