From 630edd51de0ea9c0164437747fbf5adb5c92290d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 18 Oct 2016 00:56:17 -0700 Subject: use cargo's newer 'replace' mechanism for patched glutin; update packages --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fbab807..99c74d6 100644 --- a/README.md +++ b/README.md @@ -31,24 +31,6 @@ Then follow the directions about adding lines like the following to you GL: exuberantbovines --root \n\ -### Installing Patched glutin Library - -Circa June 2016, this project requires a patched version of the `glutin` window -creation library to allow re-using an existing X Window. This is only necessary -for integration with X Windows, but the project won't build without it. - -As a workaround until there is a solution in upstream `glutin`, use the -["dependency override"](http://doc.crates.io/specifying-dependencies.html#overriding-dependencies) -feature of the cargo build tool. - -Checkout the `feature-existing` branch from -`https://github.com/bnewbold/glutin`, then, under this directory -(exuberant-hacks), create a `.cargo/config` file with a path like: - -``` - paths = ["/home/bnewbold/src/glutin"] -``` - ### Creating Your Own Hacks You'll need to create at least three files with the same base name (`$HACK`): -- cgit v1.2.3