From 5571def6ddd2daf5e9f413a351460fbb529c9850 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Sat, 30 Jul 2022 13:57:18 +0200 Subject: [PATCH] Update date --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d340564..2366c6b 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ let (out_l, out_r) = node_exec.test_run(0.11, true); ### State of Development -As of 2021-05-18: The architecture and it's functionality have been mostly +As of 2022-07-30: The architecture and it's functionality have been mostly feature complete by now. The only part that is still lacking is the collection of modules/nodes, this is the area of current development. Adding lots of nodes. diff --git a/src/lib.rs b/src/lib.rs index f42d10d..160cec6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -167,7 +167,7 @@ let (out_l, out_r) = node_exec.test_run(0.11, true); ## State of Development -As of 2021-05-18: The architecture and it's functionality have been mostly +As of 2022-07-30: The architecture and it's functionality have been mostly feature complete by now. The only part that is still lacking is the collection of modules/nodes, this is the area of current development. Adding lots of nodes.