From 3b75a84d3b3dd76df0a6482fa9d246e114fa5fdd Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 3 Sep 2021 21:12:44 +0200 Subject: [PATCH] Point crate repository & homepage urls to their subfolders --- eframe/Cargo.toml | 4 ++-- egui_demo_lib/Cargo.toml | 4 ++-- egui_demo_lib/README.md | 16 +++++++++++----- egui_glium/Cargo.toml | 4 ++-- egui_web/Cargo.toml | 4 ++-- emath/Cargo.toml | 4 ++-- epaint/Cargo.toml | 4 ++-- epi/Cargo.toml | 4 ++-- 8 files changed, 25 insertions(+), 19 deletions(-) diff --git a/eframe/Cargo.toml b/eframe/Cargo.toml index 352bfe4c4ce..5d00e8c7da4 100644 --- a/eframe/Cargo.toml +++ b/eframe/Cargo.toml @@ -4,10 +4,10 @@ version = "0.14.0" authors = ["Emil Ernerfeldt "] description = "egui framework - write GUI apps that compiles to web and/or natively" edition = "2018" -homepage = "https://github.com/emilk/egui" +homepage = "https://github.com/emilk/egui/tree/master/eframe" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/emilk/egui" +repository = "https://github.com/emilk/egui/tree/master/eframe" categories = ["gui", "game-development"] keywords = ["egui", "gui", "gamedev"] include = [ diff --git a/egui_demo_lib/Cargo.toml b/egui_demo_lib/Cargo.toml index 945b8f78481..387539a3478 100644 --- a/egui_demo_lib/Cargo.toml +++ b/egui_demo_lib/Cargo.toml @@ -4,10 +4,10 @@ version = "0.14.0" authors = ["Emil Ernerfeldt "] description = "Example library for egui" edition = "2018" -homepage = "https://github.com/emilk/egui" +homepage = "https://github.com/emilk/egui/tree/master/egui_demo_lib" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/emilk/egui" +repository = "https://github.com/emilk/egui/tree/master/egui_demo_lib" categories = ["gui", "graphics"] keywords = ["glium", "egui", "gui", "gamedev"] include = [ diff --git a/egui_demo_lib/README.md b/egui_demo_lib/README.md index e63c221f221..ceb51b1f8ba 100644 --- a/egui_demo_lib/README.md +++ b/egui_demo_lib/README.md @@ -1,8 +1,14 @@ -# egui demo library +# [`egui`](https://github.com/emilk/egui) demo library -this crate contains example code for egui. +[![Latest version](https://img.shields.io/crates/v/egui_demo_lib.svg)](https://crates.io/crates/egui_demo_lib) +[![Documentation](https://docs.rs/egui_demo_lib/badge.svg)](https://docs.rs/egui_demo_lib) +[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +![MIT](https://img.shields.io/badge/license-MIT-blue.svg) +![Apache](https://img.shields.io/badge/license-Apache-blue.svg) -it is in a separate crate for two reasons: +This crate contains example code for [`egui`](https://github.com/emilk/egui). -* to ensure it only uses the public `egui` api. -* to remove the amount of code in `egui` proper. +It is in a separate crate for two reasons: + +* To ensure it only uses the public `egui` api. +* To remove the amount of code in `egui` proper. diff --git a/egui_glium/Cargo.toml b/egui_glium/Cargo.toml index c4479d8eae9..bdd3168ae77 100644 --- a/egui_glium/Cargo.toml +++ b/egui_glium/Cargo.toml @@ -4,10 +4,10 @@ version = "0.14.0" authors = ["Emil Ernerfeldt "] description = "Bindings for using egui natively using the glium library" edition = "2018" -homepage = "https://github.com/emilk/egui" +homepage = "https://github.com/emilk/egui/tree/master/egui_glium" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/emilk/egui" +repository = "https://github.com/emilk/egui/tree/master/egui_glium" categories = ["gui", "game-development"] keywords = ["glium", "egui", "gui", "gamedev"] include = [ diff --git a/egui_web/Cargo.toml b/egui_web/Cargo.toml index 1503d36ac5c..ffee2f43439 100644 --- a/egui_web/Cargo.toml +++ b/egui_web/Cargo.toml @@ -5,9 +5,9 @@ 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/egui" +homepage = "https://github.com/emilk/egui/tree/master/egui_web" readme = "README.md" -repository = "https://github.com/emilk/egui" +repository = "https://github.com/emilk/egui/tree/master/egui_web" categories = ["gui", "web-programming"] keywords = ["wasm", "web", "egui", "gui", "gamedev"] include = [ diff --git a/emath/Cargo.toml b/emath/Cargo.toml index 1127e968abd..77ad3391e4e 100644 --- a/emath/Cargo.toml +++ b/emath/Cargo.toml @@ -4,10 +4,10 @@ version = "0.14.0" authors = ["Emil Ernerfeldt "] description = "Minimal 2D math library for GUI work" edition = "2018" -homepage = "https://github.com/emilk/egui" +homepage = "https://github.com/emilk/egui/tree/master/emath" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/emilk/egui" +repository = "https://github.com/emilk/egui/tree/master/emath" categories = ["mathematics", "gui"] keywords = ["math", "gui"] include = [ diff --git a/epaint/Cargo.toml b/epaint/Cargo.toml index 9a07d2dbe0d..4b1962192dd 100644 --- a/epaint/Cargo.toml +++ b/epaint/Cargo.toml @@ -4,10 +4,10 @@ version = "0.14.0" authors = ["Emil Ernerfeldt "] description = "Minimal 2D graphics library for GUI work" edition = "2018" -homepage = "https://github.com/emilk/egui" +homepage = "https://github.com/emilk/egui/tree/master/epaint" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/emilk/egui" +repository = "https://github.com/emilk/egui/tree/master/epaint" categories = ["graphics", "gui"] keywords = ["graphics", "gui", "egui"] include = [ diff --git a/epi/Cargo.toml b/epi/Cargo.toml index 6f907f1bdcd..35679c7d0a0 100644 --- a/epi/Cargo.toml +++ b/epi/Cargo.toml @@ -4,10 +4,10 @@ version = "0.14.0" authors = ["Emil Ernerfeldt "] description = "Backend-agnostic interface for writing apps using egui" edition = "2018" -homepage = "https://github.com/emilk/egui" +homepage = "https://github.com/emilk/egui/tree/master/epi" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/emilk/egui" +repository = "https://github.com/emilk/egui/tree/master/epi" categories = ["gui", "game-development"] keywords = ["egui", "gui", "gamedev"] include = [