We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7091b0e commit 812bf83Copy full SHA for 812bf83
1 file changed
README.md
@@ -2,9 +2,7 @@
2
This project provides Java bindings for [Box2D](https://box2d.org/) using the Java FFM API.
3
4
# Supported Platforms
5
-Windows and Linux are directly supported. The Linux .so file was built on Linux Mint 22.2.
6
-
7
-Nevertheless, you should be able to use these bindings for Mac if you provide your own `.dylib` file and load it.
+Windows, Linux and Mac are directly supported. All native libraries were build using the [Box2D_Build](/.github/workflows/Box2D_Build.yml) Workflow.
8
9
# Building The Project
10
1. Download [Java 26](https://www.oracle.com/de/java/technologies/downloads/)
0 commit comments