From 4de3a1573492b2ca798c1386ec05c26e971bf779 Mon Sep 17 00:00:00 2001 From: Christopher Serr Date: Fri, 16 Sep 2022 11:48:08 +0200 Subject: [PATCH] Include applications in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c42cf358..4a98f042 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ The documentation is available here: - [Rust Documentation](https://docs.rs/livesplit-core/) - [TypeScript Documentation](https://livesplit.org/livesplit-core-docs/) +## Applications using `livesplit-core` + +- [LiveSplit One Web](https://github.com/LiveSplit/LiveSplitOne) +- [LiveSplit One Desktop Prototype](https://github.com/CryZe/livesplit-one-desktop) +- [LiveSplit One OBS Plugin](https://github.com/CryZe/obs-livesplit-one) +- [chronos Terminal Timer](https://github.com/DarkRTA/chronos) +- [annelid](https://github.com/dagit/annelid) + ## Build Instructions You can install Rust with the installer available on [rustup.rs](https://rustup.rs/).