Updated three-csg to 3.1.6 fix issues

This commit is contained in:
Alexander Nozik 2021-07-17 10:55:02 +03:00
parent 01ea6b5494
commit e50e266f94

View File

@ -5,5 +5,5 @@ plugins {
dependencies {
api(project(":visionforge-solid"))
implementation(npm("three", "0.130.1"))
implementation(npm("three-csg-ts", "3.1.5"))
implementation(npm("three-csg-ts", "3.1.6"))
}