-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.clj
More file actions
13 lines (13 loc) · 743 Bytes
/
Copy pathproject.clj
File metadata and controls
13 lines (13 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
(defproject simplecs "0.2.0-SNAPSHOT"
:description "Simplecs is a Component-Entity-System game engine used to write games in a modular fashion."
:url "https://github.com/s-k/simplecs"
:licenses [{:name "Apache License 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"
:distribution :repo
:comments "Dual-licensed. Any of the two licenses may be chosen."}
{:name "CC0 1.0 Universal"
:url "http://creativecommons.org/publicdomain/zero/1.0/"
:distribution :repo
:comments "Dual-licensed. Any of the two licenses may be chosen."}]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/core.incubator "0.1.2"]])