Skip to content

Commit

Permalink
update changeS2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Oct 16, 2024
1 parent 4ec04fa commit 9b82f62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[3.0.0]
- [FEATURE] Automatic java jnigen code generation from header files. https://github.com/libgdx/gdx-jnigen/pull/75
- [BREAKING CHANGE] packages renamed to com.badlogic.gdx.jnigen base https://github.com/libgdx/gdx-jnigen/issues/60
- [BREAKING CHANGE] Gradle tasks for building have all changed.
- Ant removed, tools chains and packaging handled entirely by jnigen
- Multi threading support in compilation
- Gradle plugin auto configures natives artifacts for publishing to maven
- GHA gradle task, for auto generating GHA script to build natives on GH based on current configuration
- Ability to configure each platform, each abi, each slice independently.
- MSVC support added for building with MSVC tool chains on windows

[2.5.2]
- [BREAKING CHANGE] Increased default `minIOSVersion` to iOS 12. Default can be overridden with `minIOSVersion = "11.0"`
- Compile all files that are defined by cIncludes/cExcludes/cppIncludes/cppExcludes
Expand Down

0 comments on commit 9b82f62

Please sign in to comment.