From 8db6f04371af3b9fe81cf0e7ffe0147d65c0a790 Mon Sep 17 00:00:00 2001 From: gold_silver_copper <157451540+gold-silver-copper@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:07:05 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 223e4c1..12a6fbf 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [widgetui](https://crates.io/crates/widgetui) - A bevy-like widget system for ratatui and crossterm. - [rlt](https://crates.io/crates/rlt) - A universal load testing framework for Rust, with real-time tui support. - [tui-realm](https://crates.io/crates/tuirealm) - A ratatui framework inspired by Elm and React. +- [egui-ratatui](https://github.com/gold-silver-copper/egui_ratatui) - A ratatui backend that is also an egui widget. Deploy on web with WASM or ship natively with bevy, macroquad, or eframe ### 🧩 Widgets From 30ee438f9b49ef706befd1abf804387bf8e86b72 Mon Sep 17 00:00:00 2001 From: gold_silver_copper <157451540+gold-silver-copper@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:16:40 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a6fbf..18efb91 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [widgetui](https://crates.io/crates/widgetui) - A bevy-like widget system for ratatui and crossterm. - [rlt](https://crates.io/crates/rlt) - A universal load testing framework for Rust, with real-time tui support. - [tui-realm](https://crates.io/crates/tuirealm) - A ratatui framework inspired by Elm and React. -- [egui-ratatui](https://github.com/gold-silver-copper/egui_ratatui) - A ratatui backend that is also an egui widget. Deploy on web with WASM or ship natively with bevy, macroquad, or eframe +- [egui-ratatui](https://github.com/gold-silver-copper/egui_ratatui) - A ratatui backend that is also an egui widget. Deploy on web with WASM or ship natively with bevy, macroquad, or eframe. ### 🧩 Widgets