Go to file
Emmanuel Gil Peyrot 81080238af Ellipsize ChatTab labels
This prevents long JIDs from creating a horizontal scrollbar.
2024-06-04 19:37:20 +02:00
src Ellipsize ChatTab labels 2024-06-04 19:37:20 +02:00
.gitignore Load real contacts 2024-06-03 17:39:17 +02:00
Cargo.toml Enable syntax-highlighting in tokio-xmpp 2024-06-04 18:06:22 +02:00
COPYING Hello world! 2024-06-02 22:16:47 +02:00
README.md Add shell.nix and README 2024-06-03 16:04:22 +02:00
shell.nix Add shell.nix and README 2024-06-03 16:04:22 +02:00

WIP

Building

Simply run cargo build --release from the repository root. For missing dependencies, see instructions below.

Archlinux

pacman -Sy libadwaita

Nix

If you are on old distro but have nix, just do nix-shell from repository root. It will open shell with all dependencies for build.