aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-20 23:33:48 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-20 23:34:21 -0400
commit5d99c766dcacb264eee551e27eb24b1423f7d427 (patch)
treed00f84f13cf1555dc531d3ecba306ff6f7ad52dc /README.md
parentec0599a07389a444cd2a05ca48abf17e0783ae36 (diff)
downloadexuberant-hacks-5d99c766dcacb264eee551e27eb24b1423f7d427.tar.gz
exuberant-hacks-5d99c766dcacb264eee551e27eb24b1423f7d427.zip
rename to 'exuberant_hacks'; bump to 0.2
Repo and project is named "exuberant-hacks"; Rust module can't have '-', so it's "exuberant_hacks". Also bumped version to 0.2.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4f33caa..feec517 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
- _ _ _ _ _
- _____ ___ _| |__ ___ _ __ __ _ _ __ | |_ | |__ _____ _(_)_ __ ___ ___| |
- / _ \ \/ / | | | '_ \ / _ \ '__/ _` | '_ \| __| | '_ \ / _ \ \ / / | '_ \ / _ \/ __| |
-| __/> <| |_| | |_) | __/ | | (_| | | | | |_ | |_) | (_) \ V /| | | | | __/\__ \_|
- \___/_/\_\\__,_|_.__/ \___|_| \__,_|_| |_|\__| |_.__/ \___/ \_/ |_|_| |_|\___||___(_)
-
-
+<pre>
+ _ _ _ _ _
+ _____ ___ _| |__ ___ _ __ __ _ _ __ | |_ | |__ __ _ ___| | _____| |
+ / _ \ \/ / | | | '_ \ / _ \ '__/ _` | '_ \| __| | '_ \ / _` |/ __| |/ / __| |
+| __/> <| |_| | |_) | __/ | | (_| | | | | |_ | | | | (_| | (__| <\__ \_|
+ \___/_/\_\\__,_|_.__/ \___|_| \__,_|_| |_|\__| |_| |_|\__,_|\___|_|\_\___(_) </pre>
### Build Dependencies and Installation
@@ -44,7 +43,7 @@ As a workaround until there is a solution in upstream `glutin`, use the "depende
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:
+(exuberant-hacks), create a `.cargo/config` file with a path like:
paths = ["/home/bnewbold/src/glutin"]