From ee87f286a0994b5ded4056fad1dff348037ec76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 16 Jan 2019 21:49:42 +0100 Subject: [PATCH] Change to the official glutin repository Since the PR for egldisplay was already merged. --- examples/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 299c236a0..c6a5e10b2 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -26,9 +26,7 @@ failure_derive = "0.1" cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true } pango = { git = "https://github.com/gtk-rs/pango", optional = true } pangocairo = { git = "https://github.com/gtk-rs/pangocairo", optional = true } -# Using my personal repository (vjaquez) for glutin until -# https://github.com/tomaka/glutin/pull/1082 is merged -glutin = { git = "https://github.com/ceyusa/glutin", branch="native-display", optional = true } +glutin = { git = "https://github.com/tomaka/glutin", optional = true } [build-dependencies] gl_generator = { version = "0.10", optional = true }