Update deps and add hot reloading feature line to README

This commit is contained in:
itsjunetime
2024-05-28 15:33:18 -06:00
parent eaae21b6e3
commit 51b49b0111
3 changed files with 13 additions and 11 deletions
+1
View File
@@ -88,6 +88,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
// document's pages, then it will return `None`, but still log to stderr with CRITICAL level),
// so we want to just ignore all logging since this is a tui app.
glib::log_set_writer_func(noop);
execute!(
term.backend_mut(),
EnterAlternateScreen,