/UI-Toolkit

AvdanOS UI Toolkit made with the Rust Iced Library

Primary LanguageRustGNU General Public License v3.0GPL-3.0

UI-Toolkit

AvdanOS UI Toolkit made with Rust using the iced Library.

Dependencies

Before compiling make sure you have these two packages installed: cmake & fontconfig

On Ubuntu:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install cmake libfontconfig-dev1

On Fedora:

sudo dnf update
sudo dnf install cmake fontconfig-devel

On Arch:

sudo pacman -Syu
sudo pacman -S cmake lib32-fontconfig

On Void:

sudo xbps-install -Su
sudo xbps-install cmake fontconfig-devel