mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 06:28:28 +08:00
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
plugins {
|
|
id("world.phantasmal.js")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":core"))
|
|
api(project(":observable"))
|
|
implementation(npm("@fortawesome/fontawesome-free", "^5.13.1"))
|
|
|
|
testImplementation(project(":test-utils"))
|
|
}
|