Skip to content

Commit ae83461

Browse files
priya4991priya4991
andauthored
fix(arm64): lwjgl for macOS-arm64, protoc 3.17.0 -> 3.22.0
Co-authored-by: priya4991 <[email protected]>
1 parent 397652e commit ae83461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val codeMetrics = configurations.create("codeMetrics")
8181
dependencies {
8282
// For the "natives" configuration make it depend on the native files from LWJGL
8383
natives(platform("org.lwjgl:lwjgl-bom:$LwjglVersion"))
84-
listOf("natives-linux", "natives-windows", "natives-macos").forEach {
84+
listOf("natives-linux", "natives-windows", "natives-macos", "natives-macos-arm64").forEach {
8585
natives("org.lwjgl:lwjgl::$it")
8686
natives("org.lwjgl:lwjgl-assimp::$it")
8787
natives("org.lwjgl:lwjgl-glfw::$it")

engine/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
api("com.google.code.gson:gson:2.8.6")
7575
api("net.sf.trove4j:trove4j:3.0.3")
7676
implementation("io.netty:netty-all:4.1.77.Final")
77-
implementation("com.google.protobuf:protobuf-java:3.16.1")
77+
implementation("com.google.protobuf:protobuf-java:3.22.0")
7878
implementation("org.lz4:lz4-java:1.8.0")
7979
implementation("org.apache.httpcomponents:httpclient:4.5.13")
8080
// Javax for protobuf due to @Generated - needed on Java 9 or newer Javas
@@ -158,7 +158,7 @@ dependencies {
158158

159159
protobuf {
160160
protoc {
161-
artifact = "com.google.protobuf:protoc:3.17.0"
161+
artifact = "com.google.protobuf:protoc:3.22.0"
162162
}
163163
plugins {
164164
}

0 commit comments

Comments
 (0)