From d35be057311bf6885cf05cd4909919dee7e0fd7b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 9 Aug 2020 17:39:05 +0200 Subject: [PATCH] add descriptions for egui_glium and egui_web crates --- egui_glium/Cargo.toml | 1 + egui_web/Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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/"