Update docs

This commit is contained in:
Emux 2019-04-20 14:48:31 +03:00
parent 5979161611
commit b98505c815
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
3 changed files with 3 additions and 0 deletions

View File

@ -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-gdx** common libGDX backend
- **vtm-android-gdx** Android libGDX backend - **vtm-android-gdx** Android libGDX backend
- **vtm-desktop** Desktop libGDX backend - **vtm-desktop** Desktop libGDX backend
- **vtm-desktop-lwjgl** Desktop LWJGL backend
- **vtm-playground** Desktop examples - **vtm-playground** Desktop examples
- **vtm-ios** iOS libGDX backend - **vtm-ios** iOS libGDX backend
- **vtm-ios-example** iOS examples - **vtm-ios-example** iOS examples

View File

@ -2,6 +2,7 @@
## New since 0.11.1 ## New since 0.11.1
- vtm-desktop-lwjgl module [#714](https://github.com/mapsforge/vtm/pull/714)
- Many other minor improvements and bug fixes - Many other minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.12.0) - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.12.0)

View File

@ -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-linux'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx' implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx'
implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows' 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:1.9.9'
implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop' implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop'
implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.9' implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.9.9'