clone
ssh://git@git.notashelf.dev:33/notashelf/beer.gitCommit b5c80f5921b2
tarballunverified1 files changed+20-0
@@ -0,0 +1,20 @@+# beer++A fast, software-rendered, **Wayland-native** terminal emulator written in Rust.+Lightweight in dependencies, on disk, and in memory.++## Build++A Nix dev shell provides the toolchain and native libraries:++```sh+# Enter a devshell for necessary deps+$ nix develop++# Build in release mode+cargo build --release+```++## License++EUPL-1.2.