aboutsummaryrefslogtreecommitdiff
path: root/src/cache.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-03 10:05:31 +0100
committerAkshay <[email protected]>2021-04-03 10:06:41 +0100
commitc97b91744ef37baa76b4a91deb1a9f48aeb3fd6a (patch)
treebf5c062d1219d2584613182b619a15c8e9beb0f4 /src/cache.rs
parent316d20f84bd2736b1a663fe763aa82b8cdb8e5c9 (diff)
implement brush size caching
Diffstat (limited to 'src/cache.rs')
-rw-r--r--src/cache.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cache.rs b/src/cache.rs
new file mode 100644
index 0000000..249eca9
--- /dev/null
+++ b/src/cache.rs
@@ -0,0 +1,3 @@
1pub struct Cache {
2 pub last_brush_size: u8,
3}