Releases: kotlin-graphics/uno-sdk
Releases · kotlin-graphics/uno-sdk
0.7.20
- moved some gl-only methods from
GlfwWindow
to GlWindow
- made CBs gettable
0.7.19
- offered a static GlfwWindow constructor counterpart for the constructors using inline classes (for Java)
- added a test
- fixed previous tests
0.7.18
- revamped GLFW wrapper
- reverted having multiple callbacks for the same native callback type
- fixing a couple of bugs
- bumped deps, Gradle and Kotlin
0.7.9
- kotlin 1.4.0
- dokka 1.4.0
- kotest 4.2.0
- gradle 6.6
0.7.8
- jdk11 and jdk8
- Gradle:
- kotlin script
- bump 6.4.1
- variance awareness
- kotest 4.0.5
- added dokka 0.10.1
0.7.7
small fixes
- kotlin 1.3.61
- lwjgl 3.2.3
- gradle 6.0.1
- shadow 5.2.0
- kotlintest 3.4.2
0.7.6
Lwjgl 3.2.2-3, updated breaking change with native signatures shifting at the end the function address
Kotlin 1.3.21
Kotlintest 3.2.1
Shadow 4.0.4
Gradle 5.2.1 with Shadow workaround
0.7.5
- lwjgl 3.2.1
- kotlin 1.3.11
- kotlintest 3.1.11
- shadow 4.0.3
0.7.4
fixed kool dependencies
commented out vk stuff for the moment
bump up:
- kotlin 1.2.70
- gradle 4.10.2
- gln