-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathwally.toml
More file actions
30 lines (29 loc) · 628 Bytes
/
wally.toml
File metadata and controls
30 lines (29 loc) · 628 Bytes
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
[package]
name = "matter-ecs/matter"
description = "A modern ECS library for Roblox"
version = "0.9.0-beta.0"
license = "MIT"
authors = [
"Eryn L. K.",
"Lucas Gangstad <lucas@lasttalon.dev>",
"Ukendio <ukendio@gmail.com>",
]
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = [
"example",
"docs",
"Packages",
".moonwave",
"build",
"pages",
"tests",
"benchmarks",
"AttackOfTheKillerRoombas.rbxl",
"AttackOfTheKillerRoombas.rbxl.lock",
"matter.rbxl",
"matter.rbxm",
"roblox.toml",
]
[dev-dependencies]
TestEZ = "roblox/testez@0.4.1"