Crates.io | series-troxide |
lib.rs | series-troxide |
version | 0.5.1 |
source | src |
created_at | 2023-06-23 13:43:38.113539 |
updated_at | 2024-02-21 07:34:59.261886 |
description | A Simple and Modern Series Tracker |
homepage | |
repository | https://github.com/MaarifaMaarifa/series-troxide |
max_upload_size | |
id | 898282 |
size | 6,973,201 |
Pre-built binaries for your specific platform can be obtained from the release page
Series Troxide depends on rfd crate for opening up a file picker. When building for Linux and BSD systems, GTK3 Rust bindings are required. The package names on various distributions are;
Distribution | Installation Command |
---|---|
Fedora | dnf install gtk3-devel |
Arch | pacman -S gtk3 |
Debian & Ubuntu | apt install libgtk-3-dev |
Series Troxide is available in crates.io and can be installed using Cargo.
cargo install series-troxide
You can build Series Troxide from source assuming you have Git, Cargo and Rustc set up on your machine. You can check the guide incase you're not setup.
git clone https://github.com/MaarifaMaarifa/series-troxide
cd series-troxide
cargo install --path .
Dockerized Series Troxide
can be obtained here.