From 215861f8f0de0cd70e43916aed7bf487d0249eea Mon Sep 17 00:00:00 2001 From: Arjun Nair Date: Sun, 10 Sep 2023 09:53:34 +0530 Subject: [PATCH] Update Cargo.toml to v0.22.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a619979..31612c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_sdl2_gl" -version = "0.22.0" +version = "0.22.1" authors = ["Arjun Nair "] edition = "2018" description = "Backend for Egui to use with sdl2-rs and open gl"