Remove platform-specific projects
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
(defproject play-clj-android "0.1.0-SNAPSHOT"
|
|
||||||
:description "Library for making Android games"
|
|
||||||
:license {:name "Public Domain"
|
|
||||||
:url "http://unlicense.org/UNLICENSE"}
|
|
||||||
:dependencies [[com.badlogicgames.gdx/gdx-backend-android "0.9.9"]
|
|
||||||
[play-clj "0.1.0-SNAPSHOT"]])
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
(ns play-clj.native)
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
(defproject play-clj-desktop "0.1.0-SNAPSHOT"
|
|
||||||
:description "Library for making desktop games"
|
|
||||||
:license {:name "Public Domain"
|
|
||||||
:url "http://unlicense.org/UNLICENSE"}
|
|
||||||
:dependencies [[com.badlogicgames.gdx/gdx-backend-lwjgl "0.9.9"]
|
|
||||||
[com.badlogicgames.gdx/gdx-platform "0.9.9"
|
|
||||||
:classifier "natives-desktop"]
|
|
||||||
[play-clj "0.1.0-SNAPSHOT"]])
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
(ns play-clj.native)
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
(defproject play-clj-ios "0.1.0-SNAPSHOT"
|
|
||||||
:description "Library for making iOS games"
|
|
||||||
:license {:name "Public Domain"
|
|
||||||
:url "http://unlicense.org/UNLICENSE"}
|
|
||||||
:dependencies [[com.badlogicgames.gdx/gdx-backend-robovm "0.9.9"]
|
|
||||||
[play-clj "0.1.0-SNAPSHOT"]])
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
(ns play-clj.native)
|
|
||||||
@@ -2,5 +2,5 @@
|
|||||||
:description "Library for making cross-platform games"
|
:description "Library for making cross-platform games"
|
||||||
:license {:name "Public Domain"
|
:license {:name "Public Domain"
|
||||||
:url "http://unlicense.org/UNLICENSE"}
|
:url "http://unlicense.org/UNLICENSE"}
|
||||||
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9" :use-resources true]
|
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
|
||||||
[org.clojure/clojure "1.5.1"]])
|
[org.clojure/clojure "1.5.1"]])
|
||||||
Reference in New Issue
Block a user