From a4c8a2d2edf1aa9a35a90e24f430445231ab2556 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Fri, 24 Aug 2018 12:09:55 +0100 Subject: [PATCH] Release 0.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b4b309..ef2dd2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gfx_glyph" -version = "0.12.1" +version = "0.12.2" authors = ["Alex Butler "] description = "Fast GPU cached text rendering using gfx-rs & rusttype" repository = "https://github.com/alexheretic/gfx-glyph"