OSDN Git Service

Release version 0.8.0
[mikumikustudio/MikuMikuStudio.git] / gdx / build.sbt
1 Common.settings
2
3 name := "mms-gdx"
4
5 libraryDependencies ++= Seq(
6   "com.badlogicgames.gdx" % "gdx" % "0.9.9"
7 )