Image library initial implementation

*Moves the BufferedImage loader into the library, rather than being
a loader implemented in common/implementation
This commit is contained in:
Astrash
2022-08-12 11:08:16 +10:00
parent 1f7c4ee4e7
commit 3580267532
23 changed files with 445 additions and 22 deletions
@@ -0,0 +1,8 @@
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)
}