From 498fd6773d2b3828934f507a93ba090302842d1c Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Fri, 5 Jan 2024 16:37:29 +0100 Subject: [PATCH] Add orx-property-watchers, mention next-version branch --- README.md | 2 +- build.gradle.kts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e7537a..4da4455 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Newer versions of OPENRNDR and ORX bring useful features and bug fixes. The most
![openrndr version](https://maven-badges.herokuapp.com/maven-central/org.openrndr/openrndr-application/badge.svg) for OPENRNDR.
![orx version](https://maven-badges.herokuapp.com/maven-central/org.openrndr.extra/orx-parameters-jvm/badge.svg) for ORX. -You can use those version numbers in your toml file. They can look like "0.4.3" or "0.4.3-alpha4". Use the complete string, as in: +Switch to the [next-version branch](https://github.com/openrndr/openrndr-template/tree/next-version) or enter these version numbers in your toml file. They can look like "0.4.3" or "0.4.3-alpha4". Use the complete string, as in: openrndr = "0.4.3-alpha4" orx = "0.4.3-alpha4" diff --git a/build.gradle.kts b/build.gradle.kts index 3271a3d..4819ef2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,8 +20,8 @@ val orxFeatures = setOf( "orx-delegate-magic", // "orx-dnk3", // "orx-easing", -// "orx-expression-evaluator", "orx-envelopes", +// "orx-expression-evaluator", // "orx-file-watcher", "orx-fx", // "orx-git-archiver", @@ -49,6 +49,7 @@ val orxFeatures = setOf( "orx-panel", // "orx-parameters", // "orx-poisson-fill", +// "orx-property-watchers", // "orx-quadtree", // "orx-rabbit-control", // "orx-realsense2",