mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
rootProject.name = "phantasmal-world"
|
|
|
|
include(
|
|
":core",
|
|
":lib",
|
|
":observable",
|
|
":test-utils",
|
|
":web",
|
|
":web:assembly-worker",
|
|
":web:shared",
|
|
":webui"
|
|
)
|