Bootstrapper Source for syntax.eco
Go to file
PrintedScript 8471de75e8
Merge pull request #2 from MojaveMF/main
Added async logic and switched some functions (Alot faster)
2023-11-04 18:29:19 +08:00
.cargo Commit 2023-09-05 13:49:58 +08:00
assets Commit 2023-09-05 13:49:58 +08:00
src Added async login and switched some functions 2023-11-03 18:28:54 +00:00
tools Commit 2023-09-05 13:49:58 +08:00
.gitignore Commit 2023-09-05 13:49:58 +08:00
Cargo.lock Added async login and switched some functions 2023-11-03 18:28:54 +00:00
Cargo.toml Added async login and switched some functions 2023-11-03 18:28:54 +00:00
LICENSE Create LICENSE 2023-09-05 13:57:18 +08:00
build.rs Commit 2023-09-05 13:49:58 +08:00
readme.md Commit 2023-09-05 13:49:58 +08:00
win-build-release.bat Commit 2023-09-05 13:49:58 +08:00

readme.md

Syntax Boostrapper

A bootstrapper written in Rust meant to replace the old Roblox Launcher

You are welcome to add support to other platforms ( MacOS ) or add improvements to the bootstrapper

Building

For Windows:

win-build-release.bat

For Linux:

cargo build --release

If you want to build the debug version of the bootstrapper for development you can run

cargo build