Add LaserBlur
This commit is contained in:
@@ -10,9 +10,11 @@ sourceSets {
|
||||
|
||||
dependencies {
|
||||
api project(":orx-parameters")
|
||||
|
||||
implementation project(":orx-noise")
|
||||
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
|
||||
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
|
||||
demoImplementation(project(":orx-gui"))
|
||||
demoImplementation(project(":orx-compositor"))
|
||||
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
|
||||
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
|
||||
demoImplementation(sourceSets.getByName("main").output)
|
||||
|
||||
Reference in New Issue
Block a user