phantasmal-world/webui/build.gradle.kts

12 lines
234 B
Plaintext
Raw Normal View History

plugins {
id("world.phantasmal.js")
}
dependencies {
api(project(":core"))
api(project(":observable"))
implementation(npm("@fortawesome/fontawesome-free", "^5.13.1"))
testImplementation(project(":test-utils"))
}