diff options
| author | isXander <xandersmith2008@gmail.com> | 2023-05-21 12:41:45 +0100 |
|---|---|---|
| committer | isXander <xandersmith2008@gmail.com> | 2023-05-21 12:41:45 +0100 |
| commit | 21afea0da3956f2d8cca81a54fa9820152e0c077 (patch) | |
| tree | e5944f94a5f85d3fcbe048da633e62f5357fe835 /test-fabric | |
| parent | e51af159ba3eba5ebda976bea1c1957cddeee7c6 (diff) | |
| download | YetAnotherConfigLib-21afea0da3956f2d8cca81a54fa9820152e0c077.tar.gz YetAnotherConfigLib-21afea0da3956f2d8cca81a54fa9820152e0c077.tar.bz2 YetAnotherConfigLib-21afea0da3956f2d8cca81a54fa9820152e0c077.zip | |
Start overhauling UI
Diffstat (limited to 'test-fabric')
| -rw-r--r-- | test-fabric/build.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-fabric/build.gradle.kts b/test-fabric/build.gradle.kts index b6ff7e5..5786b4a 100644 --- a/test-fabric/build.gradle.kts +++ b/test-fabric/build.gradle.kts @@ -31,6 +31,9 @@ dependencies { }) modImplementation(libs.fabric.loader) + implementation(libs.twelvemonkeys.imageio.core) + implementation(libs.twelvemonkeys.imageio.webp) + "common"(project(path = ":test-common", configuration = "namedElements")) { isTransitive = false } implementation(project(path = ":fabric", configuration = "namedElements")) |
