forked from NotAShelf/beer
build: tag 0.0.1
Still not usable, so we're incrementing patch versions only. It's like patchinig this thing into existence. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iad730d26b7d0e1d6599687148ac846af6a6a6964
This commit is contained in:
parent
bc53393aec
commit
a3c41c6ccb
2 changed files with 9 additions and 3 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "beer"
|
||||
version = "0.0.0"
|
||||
version = "0.0.1"
|
||||
edition = "2024"
|
||||
rust-version = "1.95.0"
|
||||
description = "A fast, software-rendered, Wayland-native terminal emulator"
|
||||
|
|
@ -12,7 +12,13 @@ anyhow = "1.0.102"
|
|||
calloop = "0.14.4"
|
||||
calloop-wayland-source = "0.4.1"
|
||||
pound = "0.1.6"
|
||||
rustix = { version = "1.1.4", features = ["pty", "process", "termios", "stdio", "fs"] }
|
||||
rustix = { version = "1.1.4", features = [
|
||||
"pty",
|
||||
"process",
|
||||
"termios",
|
||||
"stdio",
|
||||
"fs",
|
||||
] }
|
||||
smithay-client-toolkit = "0.20.0"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue