mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-13 19:39:14 +07:00
9 lines
339 B
Groovy
9 lines
339 B
Groovy
description = 'Play videos from MPQ archives.'
|
|
application.mainClass = 'com.riiablo.video.VideoPlayerTool'
|
|
|
|
dependencies {
|
|
implementation "com.badlogicgames.gdx:gdx-jnigen:$gdxVersion"
|
|
implementation "com.badlogicgames.gdx-video:gdx-video:1.3.2-SNAPSHOT"
|
|
implementation "com.badlogicgames.gdx-video:gdx-video-lwjgl:1.3.2-SNAPSHOT"
|
|
}
|