Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Ravn committed May 15, 2023
1 parent bcb1cff commit 067b261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/canvas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ use std::path::Path;
//TODO!!!! Create documentation so you can utilize it in this project
//TODO!!!! Try to look at optimization at some point. Try smart tricks and accessing data directly
//instead of `get_pixel`
//
//TODO: Split impl up into more files
//TODO: Make a bin busybox

#[derive(Clone, Debug)]
pub struct Canvas {
Expand Down

0 comments on commit 067b261

Please sign in to comment.