Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 802 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 802 Bytes

LiveSplit 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