diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-10-23 14:18:39 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-10-23 14:18:39 +0200 |
| commit | c2268a6301b276efd492e1ab020efbd9df209ba7 (patch) | |
| tree | 4c2b06840af8bcd3d92d1256cd202224e8c52fe2 /src/main.rs | |
| parent | b0d4f79820eecafadaffc443df57eb0d18872b9e (diff) | |
| download | gof-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.rs | 2 |
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::*; |
