diff --git a/egui_glium/Cargo.toml b/egui_glium/Cargo.toml index 14e8a94e..54714e05 100644 --- a/egui_glium/Cargo.toml +++ b/egui_glium/Cargo.toml @@ -2,6 +2,7 @@ name = "egui_glium" version = "0.1.3" authors = ["Emil Ernerfeldt "] +description = "Bindings for using Egui natively using the glium library" edition = "2018" homepage = "https://github.com/emilk/emigui/" license = "MIT OR Apache-2.0" diff --git a/egui_web/Cargo.toml b/egui_web/Cargo.toml index 413182b4..31232011 100644 --- a/egui_web/Cargo.toml +++ b/egui_web/Cargo.toml @@ -2,6 +2,7 @@ name = "egui_web" version = "0.1.3" authors = ["Emil Ernerfeldt "] +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/"