Fix crates.io links to backends (#30)

This commit is contained in:
crumblingstatue 2020-10-25 09:49:37 +01:00 committed by GitHub
parent 060ce6b49f
commit 8787eb77cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,8 +126,8 @@ The integration needs to do two things:
I maintain two official Egui integrations: 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_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](crates.io/crates/egui_glium) for compiling native apps with [Glium](https://github.com/glium/glium). * [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. The same code can be compiled to a native app or a web app.