From 1c9fdc3a48aed185d3ae64c26d6e5a4d2f987375 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 3 Jun 2020 11:03:02 +0200 Subject: [PATCH] bump egui version to 0.1.1 --- egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui/Cargo.toml b/egui/Cargo.toml index bf38d4b0..83494472 100644 --- a/egui/Cargo.toml +++ b/egui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui" -version = "0.1.0" +version = "0.1.1" authors = ["Emil Ernerfeldt "] description = "Simple, portable immediate mode GUI library for Rust" edition = "2018"