add descriptions for egui_glium and egui_web crates
This commit is contained in:
parent
b06c9e94fb
commit
d35be05731
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue