-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpesde.toml
33 lines (28 loc) · 948 Bytes
/
pesde.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name = "lumin/ui"
version = "0.3.0-rc5"
description = "A light, fast, and efficient UI framework that has a small learning curve"
authors = ["jmesrje"]
repository = "https://github.com/lumin-org/ui"
license = "MIT"
includes = [
"pesde.toml",
"README.md",
"LICENSE",
"src",
]
[target]
environment = "roblox"
lib = "src/init.luau"
build_files = ["src"]
[indices]
default = "https://github.com/daimond113/pesde-index"
[scripts]
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
[dev_dependencies]
scripts = { name = "pesde/scripts_rojo", version = "^0.1.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.4.4", target = "lune" }
stylua = { name = "pesde/stylua", version = "^2.0.1", target = "lune" }
[dependencies]
debugger = { name = "lumin/debugger", version = "^1.0.0" }
spr = { name = "2jammers/spr", version = "^2.1.0" }