Skip to content

Commit

Permalink
Merge pull request #62 from Berstanio/fix/loongarch-shortcut
Browse files Browse the repository at this point in the history
Add LOONGARCH to JnigenExtension as shortcut and bump version
  • Loading branch information
PokeMMO authored Apr 14, 2024
2 parents bc9e53a + bec159d commit 797bbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class JnigenExtension {
public static final Architecture x86 = Architecture.x86;
public static final Architecture ARM = Architecture.ARM;
public static final Architecture RISCV = Architecture.RISCV;
public static final Architecture LOONGARCH = Architecture.LOONGARCH;
public static final Os Windows = Os.Windows;
public static final Os Linux = Os.Linux;
public static final Os MacOsX = Os.MacOsX;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.badlogicgames.gdx
version=2.5.1
version=2.5.2
POM_DESCRIPTION=libGDX jnigen library
POM_NAME=libGDX jnigen library
POM_URL=https://github.com/libgdx/gdx-jnigen
Expand Down

0 comments on commit 797bbdd

Please sign in to comment.