From a8046f11e551c69d1e45cd432694b4c8a04ee7b7 Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 6 Apr 2024 16:59:12 -0400 Subject: Lua dev mode functional --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 1c2dea0..04fcdb7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,3 +10,8 @@ pub mod ctx; pub mod theming; pub use config::CONFIG; + +pub fn touch() { + cache::touch(); + theming::touch(); +} -- cgit v1.2.3-54-g00ecf