Initial import
This commit is contained in:
6
ios/project.clj
Normal file
6
ios/project.clj
Normal file
@@ -0,0 +1,6 @@
|
||||
(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
ios/src/play_clj/ios.clj
Normal file
1
ios/src/play_clj/ios.clj
Normal file
@@ -0,0 +1 @@
|
||||
(ns play-clj.ios)
|
||||
Reference in New Issue
Block a user