12 lines
535 B
TOML
12 lines
535 B
TOML
# This file lists tools managed by Rokit, a toolchain manager for Roblox projects.
|
|
# For more information, see https://github.com/rojo-rbx/rokit
|
|
|
|
# New tools can be added by running `rokit add <tool>` in a terminal.
|
|
|
|
[tools]
|
|
lune = "lune-org/lune@0.8.9"
|
|
luau-lsp = "johnnymorganz/luau-lsp@1.37.0" # https://discord.com/channels/385151591524597761/1259775232533856327/1326154624335347732
|
|
stylua = "johnnymorganz/stylua@2.0.2"
|
|
wally = "upliftgames/wally@0.3.2"
|
|
pesde = "pesde-pkg/pesde@0.6.0+registry.0.2.0"
|
|
rojo = "rojo-rbx/rojo@7.4.4"
|