Added Normalize renderer

This commit is contained in:
Erik C. Thauvin 2023-03-19 00:38:30 -07:00
parent 0ab3e93caa
commit c5cbff291f
7 changed files with 97 additions and 12 deletions

View file

@ -13,7 +13,7 @@ plugins {
id("com.github.ben-manes.versions") version "0.46.0"
}
val rifeVersion by rootProject.extra { "1.5.0-SNAPSHOT" }
val rifeVersion by rootProject.extra { "1.5.0" }
group = "com.uwyn.rife2"
version = "0.9.0-SNAPSHOT"