summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-01 20:50:10 +0700
committerRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-01 20:50:10 +0700
commit8589ed72f4b43f214332aab26959962a7dac4b69 (patch)
treea2b66fadc80bd6b790c442219d70fa6053b2668b /src/main.rs
parent006c0c1f7d622bb2eabbf8b2445cd48d2c493d3b (diff)
upd png exporter
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 3f3b866..3c67e9e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -18,7 +18,8 @@ fn main() {
let view = View {
display_buffer: &display_buffer,
- viewer: render_viewer::ppm_exporter,
+ // viewer: render_viewer::ppm_exporter,
+ viewer: render_viewer::png_exporter,
};
view.display();
}