mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 23:38:30 +08:00
14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
rootProject.name = "phantasmal-world"
|
|
|
|
include(
|
|
":core",
|
|
":lib",
|
|
":observable",
|
|
":test-utils",
|
|
":web",
|
|
":web:assembly-worker",
|
|
":web:assets-generation",
|
|
":web:shared",
|
|
":webui"
|
|
)
|