forked from kscience/visionforge
Minor build fix
This commit is contained in:
parent
f4221d66cc
commit
4fc7b91bec
@ -13,7 +13,6 @@ val kotlinVersion: String by rootProject.extra
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":dataforge-vis-spatial-js"))
|
implementation(project(":dataforge-vis-spatial-js"))
|
||||||
implementation("info.laht.threekt:threejs-wrapper:0.106-npm-2")
|
|
||||||
testCompile(kotlin("test-js"))
|
testCompile(kotlin("test-js"))
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -22,6 +21,9 @@ configure<KotlinFrontendExtension> {
|
|||||||
|
|
||||||
configure<NpmExtension> {
|
configure<NpmExtension> {
|
||||||
dependency("three","0.106.2")
|
dependency("three","0.106.2")
|
||||||
|
dependency("@hi-level/three-csg")
|
||||||
|
dependency("style-loader")
|
||||||
|
dependency("element-resize-event")
|
||||||
devDependency("karma")
|
devDependency("karma")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@ plugins {
|
|||||||
val kotlinVersion: String by rootProject.extra
|
val kotlinVersion: String by rootProject.extra
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":dataforge-vis-spatial"))
|
api(project(":dataforge-vis-spatial"))
|
||||||
implementation("info.laht.threekt:threejs-wrapper:0.106-npm-2")
|
api("info.laht.threekt:threejs-wrapper:0.106-npm-2")
|
||||||
testCompile(kotlin("test-js"))
|
testCompile(kotlin("test-js"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ package hep.dataforge.vis.spatial.demo
|
|||||||
import hep.dataforge.context.ContextBuilder
|
import hep.dataforge.context.ContextBuilder
|
||||||
import hep.dataforge.meta.number
|
import hep.dataforge.meta.number
|
||||||
import hep.dataforge.vis.common.Colors
|
import hep.dataforge.vis.common.Colors
|
||||||
|
import hep.dataforge.vis.common.color
|
||||||
import hep.dataforge.vis.spatial.*
|
import hep.dataforge.vis.spatial.*
|
||||||
import kotlinx.coroutines.GlobalScope
|
import kotlinx.coroutines.GlobalScope
|
||||||
import kotlinx.coroutines.delay
|
import kotlinx.coroutines.delay
|
||||||
|
Loading…
Reference in New Issue
Block a user