From 72c46d547eeee2fe7700ec2dbbb97b9c0f67a373 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 14 Sep 2022 22:11:44 +0200 Subject: Added a few scripts to parse the large pattern file of game of life patterns and also added the functionality to scroll through the list and it affects the current world --- src/debug.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/debug.txt (limited to 'src/debug.txt') diff --git a/src/debug.txt b/src/debug.txt deleted file mode 100644 index 1aec867..0000000 --- a/src/debug.txt +++ /dev/null @@ -1,13 +0,0 @@ -warning: function `render_gen` is never used - --> src/generation.rs:38:8 - | -38 | pub fn render_gen(chunk: &Rect, gen: &Gen) { - | ^^^^^^^^^^ - | - = note: `#[warn(dead_code)]` on by default - -warning: `gof-rs` (bin "gof-rs") generated 1 warning - Finished dev [unoptimized + debuginfo] target(s) in 0.02s - Running `/home/pengu/test/rust-dev/gof-rs/target/debug/gof-rs` -heigt: 44 -width: 62 -- cgit v1.2.3