Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
torbuntu committed Sep 9, 2022
1 parent a636a07 commit fcd63a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
ext {
appName = 'Leikr'

mini2DxVersion = '2.0.0-beta.4'
mini2DxVersion = '2.0.0-beta.5'
groovyVersion = '4.0.4'
lwjglVersion = '3.3.1'
lwjglNatives32 = 'natives-linux-arm32'
Expand Down
15 changes: 4 additions & 11 deletions core/src/main/groovy/leikr/Engine.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@
*/
package leikr

import leikr.managers.InputManager

import java.util.logging.Level
import java.util.logging.Logger
import leikr.controls.*
import leikr.managers.AudioManager
import leikr.managers.DataManager
import leikr.managers.GraphicsManager
import leikr.managers.ManagerDTO
import leikr.managers.SystemManager
import leikr.controls.LeikrController
import leikr.controls.LeikrKeyboard
import leikr.controls.LeikrMouse
import leikr.managers.*
import org.mini2Dx.core.Graphics
import org.mini2Dx.core.Mdx
import org.mini2Dx.core.audio.Music
Expand All @@ -36,7 +30,6 @@ import org.mini2Dx.gdx.InputProcessor

import static java.util.logging.Level.SEVERE
import static java.util.logging.Logger.getLogger

/**
*
* @author tor
Expand Down

0 comments on commit fcd63a7

Please sign in to comment.