OSDN Git Service

Release version 0.8.0
[mikumikustudio/MikuMikuStudio.git] / build.sbt
index 9f27a6a..1de0f98 100644 (file)
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
 lazy val root =
   (project.in(file("."))
     .settings(Common.settings: _*)
-    .aggregate(engine, desktop, android, gdx, niftygui)
+    .aggregate(engine, desktop/*, android*/, gdx/*, niftygui*/)
     )
 
 lazy val engine = project
@@ -12,7 +12,7 @@ lazy val android = project
 
 lazy val gdx = project.dependsOn(engine)
 
-lazy val niftygui = project.dependsOn(engine)
+//lazy val niftygui = project.dependsOn(engine)
 
 publishArtifact := false