Fixed.
This commit is contained in:
parent
2a6b2511a3
commit
d915593d1a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
(defproject clojurefx "0.0.2"
|
(defproject clojurefx "0.0.3"
|
||||||
:description "Helper functions and probably a wrapper to simplify usage of JavaFX in Clojure.
|
:description "Helper functions and probably a wrapper to simplify usage of JavaFX in Clojure.
|
||||||
|
|
||||||
You'll need to have jfxrt.jar in your local maven repository. See [this coderwall protip](https://coderwall.com/p/4yjy1a) for how to make this happen.
|
You'll need to have jfxrt.jar in your local maven repository. See [this coderwall protip](https://coderwall.com/p/4yjy1a) for how to make this happen.
|
||||||
|
|
||||||
**Installation: `[clojurefx \"0.0.2\"]`**"
|
**Installation: `[clojurefx \"0.0.3\"]`**"
|
||||||
:url "https://www.github.com/zilti/clojurefx"
|
:url "https://www.github.com/zilti/clojurefx"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
Loading…
Reference in a new issue