Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Add web native libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Jan 22, 2019
1 parent 9da7419 commit 690003d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
:dependencies (into '[[adzerk/boot-cljs "2.1.5" :scope "test"]
[javax.xml.bind/jaxb-api "2.3.0" :scope "test"]
[orchestra "2018.12.06-2" :scope "test"]
[org.openjfx/javafx-graphics "11.0.2" :classifier "win"]
[org.openjfx/javafx-graphics "11.0.2" :classifier "linux"]
[org.openjfx/javafx-graphics "11.0.2" :classifier "mac"]]
[org.openjfx/javafx-graphics "11.0.2" :classifier "win"]
[org.openjfx/javafx-graphics "11.0.2" :classifier "linux"]
[org.openjfx/javafx-graphics "11.0.2" :classifier "mac"]
[org.openjfx/javafx-web "11.0.2" :classifier "win"]
[org.openjfx/javafx-web "11.0.2" :classifier "linux"]
[org.openjfx/javafx-web "11.0.2" :classifier "mac"]]
dependencies)
:repositories (conj (get-env :repositories)
["clojars" {:url "https://clojars.org/repo/"
Expand Down

0 comments on commit 690003d

Please sign in to comment.