Skip to content

Commit b4f4367

Browse files
committed
removed unused library
1 parent 892b0cd commit b4f4367

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dependencies {
4444
implementation("org.reflections:reflections:0.10.2")
4545
implementation("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
4646
implementation("com.pngencoder:pngencoder:0.15.0")
47-
implementation("org.bytedeco:ffmpeg-platform:6.1.1-1.5.10")
4847

4948
// Add Kotlin
5049
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinxCoroutinesVersion")

fabric/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ dependencies {
8787
includeLib("dev.babbaj:nether-pathfinder:1.5")
8888
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
8989
includeLib("com.pngencoder:pngencoder:0.15.0")
90-
includeLib("org.bytedeco:ffmpeg-platform:6.1.1-1.5.10")
9190

9291
// Add mods to the mod jar
9392
includeMod("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion+$minecraftVersion")

forge/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ dependencies {
9898
includeLib("org.javassist:javassist:3.28.0-GA")
9999
includeLib("com.github.Edouard127:KDiscordIPC:$discordIPCVersion")
100100
includeLib("com.pngencoder:pngencoder:0.15.0")
101-
includeLib("org.bytedeco:ffmpeg-platform:6.1.1-1.5.10")
102101

103102
// Add mods to the mod jar
104103
includeMod("thedarkcolour:kotlinforforge:$kotlinForgeVersion")

0 commit comments

Comments
 (0)