[orx-color] Make ColorOKLab CastableToVector4

This commit is contained in:
Edwin Jakobs
2021-03-22 10:47:41 +01:00
parent 9acd221f49
commit bb470fc706
2 changed files with 6 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ def openrndrUseSnapshot = false
apply plugin: 'org.jetbrains.dokka'
project.ext {
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.47-rc.1"
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.47-rc.2"
kotlinVersion = "1.4.31"
spekVersion = "2.0.15"
libfreenectVersion = "0.5.7-1.5.4"