summaryrefslogtreecommitdiff
path: root/src/engine/mod.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-09 13:10:14 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-09 13:10:14 +0200
commitf41255a8dda9e2c6a18c32564a30e63eed58f6b3 (patch)
tree0f3a334c71c2d88d397ac6c8058488570fc85def /src/engine/mod.rs
parent72a86bb4c043b6316e5c5f163cdd1e66cb99229f (diff)
Removed expressive engine
Refocus on the bitwise idea. It's faster, and has more potential for speed. Also, it works well as a way of thinking on the puzzle as a whole.
Diffstat (limited to 'src/engine/mod.rs')
-rw-r--r--src/engine/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/mod.rs b/src/engine/mod.rs
index a444059..c205d72 100644
--- a/src/engine/mod.rs
+++ b/src/engine/mod.rs
@@ -1,7 +1,6 @@
pub mod command;
pub mod geometry;
pub mod settings;
-pub mod expressive_engine;
pub mod bitwise_engine;
pub mod constants;