diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-09-14 22:11:44 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-09-14 22:11:44 +0200 |
| commit | 72c46d547eeee2fe7700ec2dbbb97b9c0f67a373 (patch) | |
| tree | a5316503df2d9f15d8c4af532230427e711f79d1 /src/debug.txt | |
| parent | 4023db5205bacef6cf6cb9d41ab4cdfa90cd5b32 (diff) | |
| download | gof-rs-72c46d547eeee2fe7700ec2dbbb97b9c0f67a373.tar.xz gof-rs-72c46d547eeee2fe7700ec2dbbb97b9c0f67a373.zip | |
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
Diffstat (limited to 'src/debug.txt')
| -rw-r--r-- | src/debug.txt | 13 |
1 files changed, 0 insertions, 13 deletions
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 |
