Skip to content

Commit

Permalink
Merge branch 'master' of github.com:madsravn/pixtra
Browse files Browse the repository at this point in the history
  • Loading branch information
madsravn committed Jul 9, 2023
2 parents 13c7b25 + 067b261 commit f4b5d02
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 f4b5d02

Please sign in to comment.