Use rich version range for openrndr (#293)

This commit is contained in:
Vechro
2023-03-04 14:58:45 +02:00
committed by GitHub
parent 8af6b764e0
commit 4d0a41ab0b
11 changed files with 40 additions and 56 deletions

View File

@@ -3,7 +3,7 @@ kotlinApi = "1.8"
kotlinLanguage = "1.8"
kotlin = "1.8.10"
jvmTarget = "11"
openrndr = "0.0.0"
openrndr = { require = "[0.4.2, 1.0.0)" }
kotlinxCoroutines = "1.6.4"
kotlinLogging = "3.0.0"
kotlinxSerialization = "1.5.0-RC"