mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-08 14:26:17 +07:00
8 lines
275 B
Groovy
8 lines
275 B
Groovy
|
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"
|
||
|
}
|