From 6e06a2097bab7b40acb2147ca09cc99bb7cf8bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Wed, 9 Feb 2022 12:34:38 +0100 Subject: [PATCH 1/2] set rust edition Co-authored-by: Emil Ernerfeldt --- egui_extras/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/egui_extras/Cargo.toml b/egui_extras/Cargo.toml index 6f46313b..cc4a0b93 100644 --- a/egui_extras/Cargo.toml +++ b/egui_extras/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "egui_extras" version = "0.16.0" -edition = "2018" +edition = "2021" +rust-version = "1.56" description = "Extra widgets for egui" authors = [ "René Rössler ", From 562f3d2c2829575110e8e11714ea933eaaaf2544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Wed, 9 Feb 2022 12:34:50 +0100 Subject: [PATCH 2/2] add glium to keywords Co-authored-by: Emil Ernerfeldt --- egui_extras/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui_extras/Cargo.toml b/egui_extras/Cargo.toml index cc4a0b93..e0ddacba 100644 --- a/egui_extras/Cargo.toml +++ b/egui_extras/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://github.com/emilk/egui/tree/master/egui_extras" readme = "README.md" repository = "https://github.com/emilk/egui/tree/master/egui_extras" categories = ["gui", "graphics"] -keywords = ["glium", "egui", "gui", "gamedev"] +keywords = ["egui", "gui", "gamedev"] include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"] [dependencies]