Skip to content

Commit

Permalink
Make EarlyLoadingScreen work with OpenGL 3.2 Core Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Jun 11, 2022
1 parent 9e47edb commit 3045ad7
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 87 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
dependency-reduced-pom.xml
/MagmaCube/
/Blueberry-API/src/main/resources/api-version.properties
/Blueberry-API/out/
/Blueberry-Client/src/*
/Blueberry-Client/
/Blueberry-Client/target/
/MinecraftForge-API/out/
target/
/target/
/work/testClient/
Expand All @@ -27,3 +29,4 @@ build/
*.bz2
*.gz
*.zip
*.class
1 change: 1 addition & 0 deletions Blueberry-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
api("org.spongepowered:mixin:0.8.5")
api("net.blueberrymc:native-util:2.1.0")
api("ca.weblite:java-objc-bridge:1.1")
api("org.joml:joml:1.10.4") // for EarlyLoadingScreen
api("net.minecraft:launchwrapper:1.12") {
exclude("org.lwjgl.lwjgl", "lwjgl")
exclude("org.lwjgl", "lwjgl")
Expand Down
Loading

0 comments on commit 3045ad7

Please sign in to comment.