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
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":visionforge-solid"))
|
2021-07-10 16:51:57 +03:00
|
|
|
implementation(npm("three", "0.130.1"))
|
2021-07-12 22:50:00 +03:00
|
|
|
implementation(npm("three-csg-ts", "3.1.5"))
|
2020-11-21 11:17:18 +03:00
|
|
|
}
|