mirror of
https://github.com/pesde-pkg/index.git
synced 2025-01-09 09:39:09 +00:00
add lumin/debugger@0.6.0 roblox
This commit is contained in:
parent
88e1db43c3
commit
534b78d338
1 changed files with 17 additions and 0 deletions
|
@ -9,3 +9,20 @@ repository = "https://github.com/luminlabsdev/debugger"
|
|||
environment = "roblox"
|
||||
lib = "src/init.luau"
|
||||
build_files = ["src"]
|
||||
|
||||
["0.6.0 roblox"]
|
||||
published_at = "2024-12-27T06:22:59.618229705Z"
|
||||
description = "A customizable and extendable debugger for open source software"
|
||||
license = "MIT"
|
||||
authors = ["jmesrje"]
|
||||
repository = "https://github.com/lumin-org/debugger"
|
||||
|
||||
["0.6.0 roblox".target]
|
||||
environment = "roblox"
|
||||
lib = "src/init.luau"
|
||||
build_files = ["src"]
|
||||
|
||||
["0.6.0 roblox".dependencies]
|
||||
rojo = [{ name = "pesde/rojo", version = "^7.4.4", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]
|
||||
scripts = [{ name = "pesde/scripts_rojo", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.1", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]
|
||||
|
|
Loading…
Reference in a new issue