mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Re-add javafx media,graphics dependnecies to fix GUI (#4107)
This commit is contained in:
parent
5777ec1c31
commit
666885bc11
1 changed files with 6 additions and 1 deletions
|
@ -133,8 +133,13 @@ object Deps {
|
|||
lazy val javaFxControls =
|
||||
"org.openjfx" % s"javafx-controls" % V.javaFxV classifier osName withSources () withJavadoc ()
|
||||
|
||||
lazy val javaFxGraphics = "org.openjfx" % s"javafx-graphics" % V.javaFxV classifier osName withSources () withJavadoc ()
|
||||
|
||||
lazy val javaFxMedia = "org.openjfx" % s"javafx-media" % V.javaFxV classifier osName withSources () withJavadoc ()
|
||||
lazy val javaFxDeps = List(javaFxBase,
|
||||
javaFxControls)
|
||||
javaFxControls,
|
||||
javaFxGraphics,
|
||||
javaFxMedia)
|
||||
|
||||
val breezeViz =
|
||||
("org.scalanlp" %% "breeze-viz" % V.breezeV withSources () withJavadoc ())
|
||||
|
|
Loading…
Add table
Reference in a new issue