From 651f2543a14b37335f3e47ea6d7736702de564d4 Mon Sep 17 00:00:00 2001 From: Josh Groves Date: Tue, 21 Jan 2025 11:40:09 -0330 Subject: [PATCH] Release 0.8.0 (#129) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bffd3d..6f790bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "glyphon" description = "Fast, simple 2D text rendering for wgpu" -version = "0.7.0" +version = "0.8.0" edition = "2021" homepage = "https://github.com/grovesNL/glyphon.git" repository = "https://github.com/grovesNL/glyphon"