Work-in-progress client for ServNest, written in Rust and GTK
Find a file
2024-05-07 16:10:44 +02:00
locales split auth-login & reg-register in dedicated windows 2024-05-07 15:44:14 +02:00
meta flatpak packaging 2024-05-07 00:30:01 +02:00
src split auth-login & reg-register in dedicated windows 2024-05-07 15:44:14 +02:00
.editorconfig add .editorconfig 2024-05-07 00:30:19 +02:00
.gitignore flatpak packaging 2024-05-07 00:30:01 +02:00
Cargo.lock add localization with Fluent 2024-05-05 02:00:20 +02:00
Cargo.toml add unsafe and clippy warnings to Cargo.toml 2024-05-05 02:01:37 +02:00
flatpak.yaml flatpak packaging 2024-05-07 00:30:01 +02:00
i18n.toml add localization with Fluent 2024-05-05 02:00:20 +02:00
README.md add short description to readme 2024-05-07 16:10:44 +02:00
rustfmt.toml init 2024-02-14 23:03:41 +01:00
sn-client.toml init 2024-02-14 23:03:41 +01:00

ServNest Client

A work-in-progress client for ServNest, written in Rust and GTK.

Installation

Flatpak

flatpak-cargo-generator Cargo.lock -o flatpak-sources.json # Part of Flatpak Builder Tools <https://github.com/flatpak/flatpak-builder-tools/>
flatpak install --user org.gnome.Sdk
flatpak install --user org.freedesktop.Sdk.Extension.rust-stable
flatpak-builder --user --install repo flatpak.yaml --force-clean