From 80ea12877ead72eca8ff63af46229a5ac7396de6 Mon Sep 17 00:00:00 2001 From: lucasmerlin Date: Mon, 19 Dec 2022 12:35:42 +0100 Subject: [PATCH] Add egui_skia integration to readme (#2483) * Add egui_skia integration to readme * sort Co-authored-by: Emil Ernerfeldt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e436772c..55c5feae 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ These are the official egui integrations: * [`nannou_egui`](https://github.com/nannou-org/nannou/tree/master/nannou_egui) for [nannou](https://nannou.cc). * [`notan_egui`](https://github.com/Nazariglez/notan/tree/main/crates/notan_egui) for [notan](https://github.com/Nazariglez/notan). * [`screen-13-egui`](https://github.com/attackgoat/screen-13/tree/master/contrib/screen-13-egui) for [Screen 13](https://github.com/attackgoat/screen-13). +* [`egui_skia`](https://github.com/lucasmerlin/egui_skia) for [skia](https://github.com/rust-skia/rust-skia/tree/master/skia-safe). * [`smithay-egui`](https://github.com/Smithay/smithay-egui) for [smithay](https://github.com/Smithay/smithay/). Missing an integration for the thing you're working on? Create one, it's easy!