mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 06:28:28 +08:00
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
rootProject.name = "phantasmal-world"
|
|
|
|
include(
|
|
":core",
|
|
":psolib",
|
|
":observable",
|
|
":psoserv",
|
|
":test-utils",
|
|
":web",
|
|
":web:assembly-worker",
|
|
":web:assets-generation",
|
|
":web:shared",
|
|
":webui",
|
|
)
|