From 36065e322173a03e91b6cff93e7c293281a6b02f Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Thu, 14 Mar 2024 21:59:29 +0100 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3110f7e..679c0bb 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,8 @@ Experimental GUI framework, inspired by DOM. ## Usage Similar to DOM, there are Nodes, which are recursive. They implement a Node trait, which only requires to get styles (for layouting with Taffy), children and a draw function. + +## Rusalka + +Experimental 'svelte'-like framework for mangui. +Doesn't work very well yet. \ No newline at end of file