From 690003d05d74d5fa431a383c18d0431cf35bf9b9 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 21 Jan 2019 20:28:50 -0600 Subject: [PATCH] Add web native libraries --- build.boot | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build.boot b/build.boot index 3b40151a..f1665676 100755 --- a/build.boot +++ b/build.boot @@ -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/"