From 2653e49e9d06bba1d45814699cebdaa1b18619c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Dec 2018 02:21:00 +0000 Subject: [PATCH] Update glium_text requirement from 0.11.0 to 0.13.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..7011800 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.13.0" triple_buffer = "0.3.3"