From 53bc025e8de93d25679b2c0789c8d20bd01c108d Mon Sep 17 00:00:00 2001 From: Josh Groves Date: Wed, 16 Oct 2024 16:03:58 -0230 Subject: [PATCH] Release 0.15.0 (#311) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0510bb..ee0e443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glow" -version = "0.14.2" +version = "0.15.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 ",