This is an API wrapper for the original player provided by https://abwaabiraq.com
- install the rust toolchain
- Clone this repository
git clone https://github.com/doomed-neko/abwaab-player
- Enter the directory
cd abwaab-player
- Install
gdk-3.0
with your package manager - Build the project
cargo build --release
- Install the binary
cargo install --path .
todo: Add this section