Pixel was moved to another package

This commit is contained in:
Robert Vokac 2024-12-22 21:19:32 +01:00
parent c4721581fd
commit 43c261f528
Signed by: robertvokac
GPG Key ID: FB9CE8E20AADA55F

View File

@ -33,7 +33,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:$lombokVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
implementation "com.pixelgamelibrary:pixel:$pixelVersion"
implementation "com.openeggbert.pixel:pixel-framework:$pixelVersion"
implementation "com.openeggbert.jdotnet:jdotnet:$jdotnetVersion"