aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-12 14:04:31 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-12 14:04:31 -0400
commit986029e65c732d735deff1441868151eb7d51fad (patch)
tree2e3f88474d36249869ad27b05bc0c1c3adc3264d /README.txt
parent5aa2fa44976ea9e7cc553a61ca95934c745e730b (diff)
downloadexuberant-hacks-986029e65c732d735deff1441868151eb7d51fad.tar.gz
exuberant-hacks-986029e65c732d735deff1441868151eb7d51fad.zip
initial from_existing_window() glutin stuff
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..1aac5e3
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,24 @@
+
+ _ _ _ _ _
+ _____ ___ _| |__ ___ _ __ __ _ _ __ | |_ | |__ _____ _(_)_ __ ___ ___| |
+ / _ \ \/ / | | | '_ \ / _ \ '__/ _` | '_ \| __| | '_ \ / _ \ \ / / | '_ \ / _ \/ __| |
+| __/> <| |_| | |_) | __/ | | (_| | | | | |_ | |_) | (_) \ V /| | | | | __/\__ \_|
+ \___/_/\_\\__,_|_.__/ \___|_| \__,_|_| |_|\__| |_.__/ \___/ \_/ |_|_| |_|\___||___(_)
+
+
+### Dependencies
+
+Circa June 2016, this 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" feature of the cargo build tool:
+
+ http://doc.crates.io/specifying-dependencies.html#overriding-dependencies
+
+Checkout the `feature-existing` branch from
+`https://github.com/bnewbold/glutin`, then, under this directory
+(exuberant-bovines), create a `.cargo/config` file with a path like:
+
+ paths = ["/home/bnewbold/src/glutin"]
+