From 8787eb77cfb25a5720c4578088c689456d968e24 Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Sun, 25 Oct 2020 09:49:37 +0100 Subject: [PATCH] Fix crates.io links to backends (#30) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e56a9f6..419316de 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ The integration needs to do two things: I maintain two official Egui integrations: -* [egui_web](crates.io/crates/egui_web) for making a web app. Compiles to WASM, renders with WebGL. [Click to run the Egui demo](https://emilk.github.io/egui/index.html). -* [egui_glium](crates.io/crates/egui_glium) for compiling native apps with [Glium](https://github.com/glium/glium). +* [egui_web](https://crates.io/crates/egui_web) for making a web app. Compiles to WASM, renders with WebGL. [Click to run the Egui demo](https://emilk.github.io/egui/index.html). +* [egui_glium](https://crates.io/crates/egui_glium) for compiling native apps with [Glium](https://github.com/glium/glium). The same code can be compiled to a native app or a web app.