From ca1066f7610a9f106646805004c97918457d8c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 16 Jan 2019 21:14:42 +0000 Subject: [PATCH] Update glium_text requirement from 0.11.0 to 0.14.0 Updates the requirements on [glium_text](https://github.com/tomaka/glium_text) to permit the latest version. - [Release notes](https://github.com/tomaka/glium_text/releases) - [Commits](https://github.com/tomaka/glium_text/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6472ed..d331353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ cgmath = "*" image = "*" baal = "0.5.1" tobj = "0.1.4" -glium_text = "0.11.0" +glium_text = "0.14.0" triple_buffer = "0.3.3"