From c7ce2bd43086c8ecc8d3f61e7faafcbbf4fce6b0 Mon Sep 17 00:00:00 2001 From: DongHyun Kim Date: Thu, 19 Oct 2023 01:23:50 +0900 Subject: [PATCH] Add Rinf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e57842..5c08e56 100644 --- a/README.md +++ b/README.md @@ -1421,6 +1421,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [Flutter](https://flutter.dev/) * [flutter-rs](https://github.com/flutter-rs/flutter-rs) — Build flutter desktop app in dart & rust. * [fzyzcjy/flutter_rust_bridge](https://github.com/fzyzcjy/flutter_rust_bridge) — High-level memory-safe binding generator for Flutter/Dart <-> Rust + * [cunarist/rinf](https://github.com/cunarist/rinf) — Rust as your Flutter backend, Flutter as your Rust frontend * [fschutt/azul](https://github.com/fschutt/azul) — A free, functional, IMGUI-oriented GUI framework for rapid development of desktop applications written in Rust, supported by the Mozilla WebRender rendering engine. * [GTK+](https://www.gtk.org/) [[gtk](https://crates.io/keywords/gtk)] * [gtk-rs/gtk4-rs](https://github.com/gtk-rs/gtk4-rs) - GTK4 binding for rust ![CI](https://github.com/gtk-rs/gtk4-rs/workflows/CI/badge.svg)