We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eca7d2 commit 737e37aCopy full SHA for 737e37a
2 files changed
README.md
@@ -30,8 +30,8 @@ Flecs is a powerful ECS framework written in C that provides high-performance da
30
31
```gradle
32
dependencies {
33
- implementation 'io.github.elebras1:flecs-java:0.5.0'
34
- annotationProcessor 'io.github.elebras1:flecs-java:0.5.0'
+ implementation 'io.github.elebras1:flecs-java:0.5.1'
+ annotationProcessor 'io.github.elebras1:flecs-java:0.5.1'
35
36
}
37
```
build.gradle.kts
@@ -158,7 +158,6 @@ val compileFlecsNative by tasks.registering(Exec::class) {
158
"-Ofast",
159
archFlag,
160
"-flto",
161
- "-fvisibility=hidden",
162
"-fno-semantic-interposition",
163
"-fno-plt",
164
"-fomit-frame-pointer",
0 commit comments