brewery
notashelf /
f52af55f66f821e82afc07651a78716f3191df16

beer

public

A terminal worth pouring time into

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git

Commit f52af55f66f8

tarball

NotAShelf <raf@notashelf.dev> · 2026-06-26 07:21 UTC

unverified2 files changed+2-2
build: tag 0.0.2

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I4c31117b3b11ee3e59f77b9285ac64fe6a6a6964
diff --git a/Cargo.lock b/Cargo.lockindex 028b865..3ba2953 100644--- a/Cargo.lock+++ b/Cargo.lock@@ -31,7 +31,7 @@ checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe"  [[package]] name = "beer"-version = "0.0.1"+version = "0.0.2" dependencies = [  "anyhow",  "calloop",diff --git a/Cargo.toml b/Cargo.tomlindex 43a6dbb..01b3d4c 100644--- a/Cargo.toml+++ b/Cargo.toml@@ -1,6 +1,6 @@ [package] name = "beer"-version = "0.0.1"+version = "0.0.2" edition = "2024" rust-version = "1.95.0" description = "A fast, software-rendered, Wayland-native terminal emulator"