roblox-project-template/pesde.toml

27 lines
1,000 B
TOML
Raw Permalink Normal View History

2024-11-11 19:35:24 +01:00
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" }