add descriptions for egui_glium and egui_web crates

This commit is contained in:
Emil Ernerfeldt 2020-08-09 17:39:05 +02:00
parent b06c9e94fb
commit d35be05731
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
name = "egui_glium"
version = "0.1.3"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for using Egui natively using the glium library"
edition = "2018"
homepage = "https://github.com/emilk/emigui/"
license = "MIT OR Apache-2.0"

View file

@ -2,6 +2,7 @@
name = "egui_web"
version = "0.1.3"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for compiling Egui code to WASM for a web page"
license = "MIT OR Apache-2.0"
edition = "2018"
homepage = "https://github.com/emilk/emigui/"