mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
*Moves the BufferedImage loader into the library, rather than being a loader implemented in common/implementation
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
version = version("1.0.0")
|
|
|
|
dependencies {
|
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
|
|
|
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
|
testImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
|
}
|