diff --git a/README.md b/README.md index 39d1a6dc..599f623e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ If you have any questions or problems, don't hesitate to ask our public [forum]( - **vtm-gdx** common libGDX backend - **vtm-android-gdx** Android libGDX backend - **vtm-desktop** Desktop libGDX backend +- **vtm-desktop-lwjgl** Desktop LWJGL backend - **vtm-playground** Desktop examples - **vtm-ios** iOS libGDX backend - **vtm-ios-example** iOS examples diff --git a/docs/Changelog.md b/docs/Changelog.md index d553c7a7..98cacb8d 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,7 @@ ## New since 0.11.1 +- vtm-desktop-lwjgl module [#714](https://github.com/mapsforge/vtm/pull/714) - Many other minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.12.0) diff --git a/docs/Integration.md b/docs/Integration.md index 32281b6d..bd69a66b 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -56,6 +56,7 @@ implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]' implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-linux' implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx' implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows' +implementation 'org.mapsforge:vtm-desktop-lwjgl:[CURRENT-VERSION]' implementation 'com.badlogicgames.gdx:gdx:1.9.9' implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop' implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.9'