Skip to content

Commit 793c96a

Browse files
committed
chore: Update README
1 parent 21b9f20 commit 793c96a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
This project contains java bindings for the v3.1.0 release of [Box2D](https://github.com/erincatto/box2d).
44
The project is build from commit [0f2b0246f39594e93fcc8dde0fe0bb1b20b403f9](https://github.com/erincatto/box2d/tree/0f2b0246f39594e93fcc8dde0fe0bb1b20b403f9).
55

6-
> [!CAUTION]
7-
> The API is considered incubating and may change at any point.
8-
96
## Installation
107

11-
The current version is: 3.1.0-0
8+
The current version is: `3.1.0-0`
129

1310
gdx-box2d provides the following artifacts:
1411
- `com.badlogicgames.gdx:gdx-box2d:$version`
@@ -36,6 +33,10 @@ All pointer types provide constructors to make them not freed by GC. You need to
3633
Closures always need to be freed manually.
3734
If a box2d method returns a pointer, it will not be registered for GC.
3835

36+
> [!NOTE]
37+
> For more information on the bindings see the [documentation](https://github.com/libgdx/gdx-jnigen/blob/master/RUNTIME.MD#the-runtime).
38+
39+
3940
## Java 8
4041
The project needs java 8 language features to build. However, it doesn't use any java 8 APIs and is therefor still safe to use with mobiVM.
4142

0 commit comments

Comments
 (0)