riiablo/tools/video-player/build.gradle

9 lines
348 B
Groovy
Raw Normal View History

dependencies { implementation project(':tools:backends:backend-lwjgl') }
description = 'Play videos from MPQ archives.'
application.mainClass = 'com.riiablo.video.VideoPlayerTool'
dependencies {
implementation "com.badlogicgames.gdx-video:gdx-video:1.3.2-SNAPSHOT"
implementation "com.badlogicgames.gdx-video:gdx-video-lwjgl:1.3.2-SNAPSHOT"
}