Upgrade to kotlin-logging 6.0.2

This commit is contained in:
Edwin Jakobs
2024-01-14 18:38:46 +01:00
parent 590a2b30f5
commit f35b2f52f8
19 changed files with 23 additions and 22 deletions

View File

@@ -1,9 +1,8 @@
package org.openrndr.extra.shaderphrases
import mu.KotlinLogging
import io.github.oshai.kotlinlogging.KotlinLogging
import org.openrndr.draw.Shader
import org.openrndr.extra.shaderphrases.ShaderPhraseRegistry.getGLSLFunctionName
//import org.openrndr.extra.shaderphrases.phrases.phraseTbnMatrix
import org.openrndr.utils.url.textFromURL
private val logger = KotlinLogging.logger {}