aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
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 /src/lib.rs
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 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 73b4249..82b2851 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,7 +28,7 @@ pub fn print_usage(opts: &Options) {
}
/// Executes a hack
-pub fn run(hack: &mut ExuberantHack, conf: &Matches) {
+pub fn run_hack(hack: &mut ExuberantHack, conf: &Matches) {
loop {
hack.draw_frame(time::precise_time_s()).ok();