| Crates.io | score-tracker |
| lib.rs | score-tracker |
| version | 1.0.1 |
| created_at | 2023-10-15 23:01:01.226452+00 |
| updated_at | 2023-10-16 12:06:05.806752+00 |
| description | Score Tracker is an application for tracking player scores in card and board games. |
| homepage | https://github.com/weclaw1/score-tracker |
| repository | https://github.com/weclaw1/score-tracker |
| max_upload_size | |
| id | 1004148 |
| size | 267,808 |
Score Tracker is an application for tracking player scores in card and board games. It also contains additional functionality such as timer for measuring players turn times.
![]()
If you use Flatpak you may skip this section.
sudo apt install libgtk-4-dev libadwaita-1-dev
sudo dnf install gtk4-devel glib2-devel libadwaita-devel
sudo apk add gtk4.0-dev gcc libadwaita-dev
Flatpak is the recommended install method. In order to install Score Tracker using Flatpak run:
flatpak install flathub io.github.weclaw1.ScoreTracker
Ready-to-go executables can be found on the releases page.
To install Score Tracker using cargo run the following command:
cargo install score-tracker