Skip to content

Commit

Permalink
add idl lib
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 16, 2023
1 parent 59bd139 commit 5899774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/gdx-box2d/gdx-box2d-build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project.ext.mainClassName = "com.github.xpenatan.gdx.html5.box2d.Main"
dependencies {
implementation "com.github.xpenatan.jParser:jParser-core:$project.jParserVersion"
implementation "com.github.xpenatan.jParser:jParser-teavm:$project.jParserVersion"
implementation "com.github.xpenatan.jParser:jParser-idl:$project.jParserVersion"
}

tasks.register('generateNativeProject', JavaExec) {
Expand Down
1 change: 1 addition & 0 deletions extensions/gdx-bullet/gdx-bullet-build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies {
implementation "com.github.xpenatan.jParser:jParser-core:$project.jParserVersion"
implementation "com.github.xpenatan.jParser:jParser-teavm:$project.jParserVersion"
implementation "com.github.xpenatan.jParser:jParser-cpp:$project.jParserVersion"
implementation "com.github.xpenatan.jParser:jParser-idl:$project.jParserVersion"
}

tasks.register('generateNativeProject', JavaExec) {
Expand Down

0 comments on commit 5899774

Please sign in to comment.