15 lines
509 B
TOML
15 lines
509 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]
|
||
|
pesde = "daimond113/pesde@0.5.0-rc.7"
|
||
|
stylua = "johnnymorganz/stylua@0.20.0"
|
||
|
lune = "lune-org/lune@0.8.9"
|
||
|
luau-lsp = "johnnymorganz/luau-lsp@1.35.0"
|
||
|
selene = "kampfkarren/selene@0.27.1"
|
||
|
darklua = "seaofvoices/darklua@0.14.0"
|
||
|
blink = "1axen/blink@0.14.15"
|
||
|
rojo = "rojo-rbx/rojo@7.4.4"
|