index
:
sdl-tests
lisp/set
master
render-thread
repeat
tab-complete
an un-named 1-bit pixel art editor
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cache.rs
blob: f25d2743f4db560dea52480ec7a189b440f42c70 (
plain
)
1
2
3
4
5
use
crate
::
brush
::
Brush
;
pub
struct
Cache
{
pub
last_brush
:
Brush
,
}