Skip to content

Commit

Permalink
fix: Use the correct shader version for the ANGLE extension.
Browse files Browse the repository at this point in the history
Thanks @Frosty-J for reporting this!
  • Loading branch information
crykn authored Mar 2, 2024
1 parent e3d18cd commit 7bc6fe3
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 @@ -54,7 +54,7 @@ sourceSets {
// DEPENDENCIES
ext {
gdxVersion = "1.12.1"
guacamoleVersion = "v0.3.5"
guacamoleVersion = "4c7fd97c21" // =v.0.3.6

// Test dependencies
junitVersion = "5.10.0"
Expand Down Expand Up @@ -91,4 +91,4 @@ tasks.eclipse.doLast {
delete '.project'
delete '.classpath'
delete '.settings/'
}
}

0 comments on commit 7bc6fe3

Please sign in to comment.