From 3d2d3fa165fa2ea2f18071afaab5a08fa3547852 Mon Sep 17 00:00:00 2001 From: Josh Groves Date: Wed, 9 Oct 2024 09:48:19 -0600 Subject: [PATCH] Release 0.14.2 (#309) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 933262e..b0510bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glow" -version = "0.14.1" +version = "0.14.2" 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 ",