27 lines
1,000 B
TOML
27 lines
1,000 B
TOML
|
name = "marked/roblox_project_template"
|
||
|
version = "0.1.0"
|
||
|
description = "Template for Roblox projects"
|
||
|
authors = ["marked"]
|
||
|
repository = "https://git.devmarked.win/marked/roblox-project-template"
|
||
|
|
||
|
[target]
|
||
|
environment = "roblox"
|
||
|
|
||
|
[scripts]
|
||
|
roblox_sync_config_generator = ".pesde/roblox_sync_config_generator.luau"
|
||
|
sourcemap_generator = ".pesde/sourcemap_generator.luau"
|
||
|
|
||
|
[indices]
|
||
|
default = "https://github.com/daimond113/pesde-index"
|
||
|
|
||
|
[wally_indices]
|
||
|
default = "https://github.com/UpliftGames/wally-index"
|
||
|
|
||
|
[dependencies]
|
||
|
sapphire = { wally = "wally#mark-marks/sapphire", version = "^0.1.3" }
|
||
|
sapphire_data = { wally = "wally#mark-marks/sapphire-data", version = "^0.1.2" }
|
||
|
sapphire_jecs = { wally = "wally#mark-marks/sapphire-jecs", version = "0.2.0-rc.2" }
|
||
|
sapphire_logging = { wally = "wally#mark-marks/sapphire-logging", version = "^0.1.2" }
|
||
|
sapphire_lifecycles = { wally = "wally#mark-marks/sapphire-lifecycles", version = "^0.1.2" }
|
||
|
jecs = { wally = "wally#ukendio/jecs", version = "^0.3.2" }
|