2020-11-21 11:17:18 +03:00
|
|
|
plugins {
|
2021-02-23 21:47:18 +03:00
|
|
|
id("ru.mipt.npm.gradle.js")
|
2020-11-21 11:17:18 +03:00
|
|
|
}
|
|
|
|
|
2021-01-12 12:52:22 +03:00
|
|
|
kotlin{
|
|
|
|
js{
|
|
|
|
binaries.library()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-11-21 11:17:18 +03:00
|
|
|
dependencies {
|
|
|
|
api(project(":visionforge-solid"))
|
2021-01-26 21:05:56 +03:00
|
|
|
implementation(npm("three", "0.124.0"))
|
2021-05-05 15:28:06 +03:00
|
|
|
implementation(npm("three-csg-ts", "2.2.2"))
|
2020-11-21 11:17:18 +03:00
|
|
|
}
|