-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpesde.toml
More file actions
46 lines (38 loc) · 1.69 KB
/
pesde.toml
File metadata and controls
46 lines (38 loc) · 1.69 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
name = "team_fireworks/wth"
version = "0.1.0"
description = "Source code for Welcome To Hell"
authors = ["Team Fireworks"]
repository = "https://github.com/team-fireworks/wth-kit"
private = true
[target]
environment = "roblox"
[indices]
default = "https://github.com/pesde-pkg/index"
[wally_indices]
default = "https://github.com/UpliftGames/wally-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.2.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.5.1", target = "lune" }
[engines]
pesde = "^0.7.0"
lune = "^0.10.2"
[dependencies]
Fluid = { wally = "ffrostfall/fluid", version = "0.6.4" }
gt = { name = "corecii/greentea", version = "^0.4.11" }
Iris = { wally = "sirmallard/iris", version = "^2.5.0" }
Option = { name = "lukadev_0/option", version = "^1.2.0" }
Promise = { wally = "lukadev-0/typed-promise", version = "^4.0.2" }
Result = { name = "lukadev_0/result", version = "^1.2.0" }
Signal = { wally = "data-oriented-house/lemonsignal", version = "^1.10.0" }
Charm = { wally = "littensy/charm", version = "^0.11.0-rc.3" }
UILabs = { wally = "pepeeltoro41/ui-labs", version = "^2.4.2" }
Quaternion = { wally = "sleitnick/quaternion", version = "^0.2.3" }
Sift = { wally = "csqrl/sift", version = "^0.0.11" }
Lyra = { wally = "paradoxum-games/lyra", version = "^0.6.0" }
CharmSync = { wally = "littensy/charm-sync", version = "^0.4.0-rc.7" }
typeforge = { wally = "cameronpcampbell/typeforge", version = "^3.0.4" }
[patches]
"corecii/greentea" = { "0.4.11 roblox" = "patches/corecii+greentea-0.4.11+roblox.patch" }