From c6e96041c024445ca5fba8cd749fad8d8752db7a Mon Sep 17 00:00:00 2001 From: grovesNL Date: Tue, 16 Jul 2024 14:50:41 -0230 Subject: [PATCH] Release 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a791c19..2511010 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glow" -version = "0.13.0" +version = "0.14.0" description = "GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code." authors = [ "Joshua Groves ",