From 5d99c766dcacb264eee551e27eb24b1423f7d427 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 20 Jun 2016 23:33:48 -0400 Subject: 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. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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(); -- cgit v1.2.3