index
:
pistol
master
ASCII 3D-renderer using Ray Marching technique written in Rust with NCurses
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
canvas.rs
blob: 87413a1b303f35275fc34876f2307b14d5516475 (
plain
)
1
2
3
4
pub struct Canvas { pub width: u32, pub height: u32, }