2022-04-05 17:10:08 +00:00
|
|
|
plugins {
|
|
|
|
java
|
|
|
|
`java-library`
|
|
|
|
}
|
|
|
|
|
|
|
|
description = ""
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":plutoengine:plutospritesheet"))
|
2022-04-11 23:08:57 +00:00
|
|
|
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")
|
2022-04-05 17:10:08 +00:00
|
|
|
}
|