Skip to content

Commit

Permalink
fix(gdx-setup): Add jsinterop-annotations as sources dependency (libg…
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT authored and obigu committed Nov 19, 2023
1 parent 3e4e865 commit ad10a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[1.12.2-SNAPSHOT]
- [BREAKING CHANGE] GWT: Updated to 2.10.0. `com.google.jsinterop:jsinterop-annotations:2.0.2:sources` must be added as a dependency to your html project dependencies.
- Fixed GlyphLayout for fixed width glyph offsets at the start and end of lines.
- Fixed scene2d.ui layout for fractional positions and sizes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public enum ProjectDependency {
"com.mobidevelop.robovm:robovm-cocoatouch:$roboVMVersion", "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion",
"com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios"},
new String[] {"com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion", "com.badlogicgames.gdx:gdx:$gdxVersion:sources",
"com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"},
"com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources",
"com.google.jsinterop:jsinterop-annotations:2.0.2:sources"},
new String[] {"com.badlogic.gdx.backends.gdx_backends_gwt"},

"Core Library for libGDX"), BULLET(new String[] {"com.badlogicgames.gdx:gdx-bullet:$gdxVersion"},
Expand Down

0 comments on commit ad10a89

Please sign in to comment.