Awesome
<img src="https://raw.githubusercontent.com/LiveSplit/LiveSplit/master/LiveSplit/Resources/Icon.png" alt="LiveSplit" height="42" width="45" align="top"/> LiveSplit One
This repository hosts the Desktop version of LiveSplit One. LiveSplit One is a version of LiveSplit that uses the multiplatform livesplit-core library to create a new LiveSplit experience that works on a lot of different platforms.
The Web Version is available here.
Build Instructions
In order to build LiveSplit One you need the Rust Compiler. You can then build and run the project with:
cargo run
In order to build and run a release build, use the following command:
cargo run --release