Skip to content

Commit

Permalink
add desktop freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed May 10, 2024
1 parent 0a0554d commit d80d6e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/gdx-tests/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ dependencies {
implementation("com.badlogicgames.gdx:gdx-platform:${LibExt.gdxVersion}:natives-desktop")

implementation("com.github.xpenatan.gdx-imgui:imgui-desktop:${LibExt.gdxImGuiVersion}")

implementation("com.badlogicgames.gdx:gdx-bullet-platform:${LibExt.gdxVersion}:natives-desktop")
implementation("com.badlogicgames.gdx:gdx-box2d-platform:${LibExt.gdxVersion}:natives-desktop")
implementation("com.badlogicgames.gdx:gdx-freetype-platform:${LibExt.gdxVersion}:natives-desktop")
}

val mainClassName = "com.github.xpenatan.imgui.example.tests.Main"
Expand Down

0 comments on commit d80d6e3

Please sign in to comment.