18 lines
387 B
Plaintext
Executable File
18 lines
387 B
Plaintext
Executable File
plugins {
|
|
java
|
|
`java-library`
|
|
}
|
|
|
|
description = ""
|
|
|
|
dependencies {
|
|
api(project(":plutoengine:plutospritesheet"))
|
|
api(project(":libra"))
|
|
|
|
api("io.reactivex.rxjava3", "rxjava", "3.1.4")
|
|
|
|
implementation("org.lwjgl", "lwjgl-yoga")
|
|
runtimeOnly("org.lwjgl", "lwjgl-yoga", classifier = org.plutoengine.Versions.lwjglNatives)
|
|
|
|
implementation("org.commonmark", "commonmark", "0.18.1")
|
|
} |