aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-10-23 14:18:39 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-10-23 14:18:39 +0200
commitc2268a6301b276efd492e1ab020efbd9df209ba7 (patch)
tree4c2b06840af8bcd3d92d1256cd202224e8c52fe2 /src/main.rs
parentb0d4f79820eecafadaffc443df57eb0d18872b9e (diff)
downloadgof-rs-c2268a6301b276efd492e1ab020efbd9df209ba7.tar.xz
gof-rs-c2268a6301b276efd492e1ab020efbd9df209ba7.zip
Release under MIT and added a README file and gave credits to the pattern lexicon
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 7b4544b..cd1b603 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,6 +2,8 @@
use std::error::Error;
mod generation;
+mod patterns;
+use patterns::*;
use generation::*;
mod ui;
use ui::*;