Fix gradle deprecation warnings (#326)
This commit is contained in:
@@ -9,6 +9,7 @@ dependencies {
|
||||
demoImplementation(project(":orx-jvm:orx-gui"))
|
||||
demoImplementation(project(":orx-shader-phrases"))
|
||||
demoImplementation(project(":orx-camera"))
|
||||
demoImplementation(project(":orx-shapes"))
|
||||
demoImplementation(libs.slf4j.simple)
|
||||
demoImplementation(libs.openrndr.ffmpeg)
|
||||
demoImplementation(libs.openrndr.svg)
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
import org.openrndr.application
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.math.CatmullRomChain2
|
||||
import org.openrndr.extra.shapes.splines.CatmullRomChain2
|
||||
import org.openrndr.extra.shapes.splines.toContour
|
||||
import org.openrndr.math.Polar
|
||||
import org.openrndr.shape.ShapeContour
|
||||
import org.openrndr.shape.toContour
|
||||
|
||||
fun main() = application {
|
||||
program {
|
||||
|
||||
Reference in New Issue
Block a user