Skip to content

Commit

Permalink
Use forked version of LegacyLWJGL3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatMG393 authored Nov 18, 2024
1 parent 3d5e366 commit fa0e703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
mappings "net.legacyfabric:yarn:${project.minecraft_version}+build.${project.yarn_build}:v2"

modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "com.github.Zarzelcow:legacy-lwjgl3:main-SNAPSHOT"
modImplementation "com.github.moehreag:legacy-lwjgl3:ornithe-SNAPSHOT"

include(modImplementation("it.unimi.dsi:fastutil:${project.fastutil_core_version}"))
include(modImplementation("org.joml:joml:${project.joml_version}"))
Expand Down Expand Up @@ -101,4 +101,4 @@ void includeLWJGLNatives() {
}
}
}
}
}

0 comments on commit fa0e703

Please sign in to comment.