mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-07 05:50:58 +07:00
0eea5e2793
Migrated libgdx 1.9.13 -> 1.9.14 Removed gdx-jnigen dependency (waterfalled from within gdx-video correctly now) Separated gdx-controllers version 1.9.14 -> 2.2.0 Changed HeadlessApplicationConfiguration#renderInterval to #updatedPerSecond
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"
|
|
}
|