From 1dc73865eb0e25bea286a4daa13cad88c2d3d7b2 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sat, 26 Oct 2024 23:20:50 -0700 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf01f53 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Rust GUI experiments + + +Libraries used: + +* `floem` - library used and maintained by the Lapce text editor +* `gpui` - library used and maintained by the Zed text editor project +* `iced` - another library