diff --git a/CHANGELOG.md b/CHANGELOG.md index 985adf4..f472457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Procedure when bumping the version number: - Redesigned F1 popup. It can now be toggled with F1 like the F12 log - The F12 log can now be closed with escape - Some more small UI fixes and adjustments to the new key binding system +- Reduced tearing when redrawing screen - Split up project into sub-crates - Simplified flake dependencies diff --git a/Cargo.lock b/Cargo.lock index 234a1cd..b273d5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,7 +1397,7 @@ dependencies = [ [[package]] name = "toss" version = "0.1.0" -source = "git+https://github.com/Garmelon/toss.git?rev=f005ec10fe1b6034c50f3a4ef24dd44d3e6d5593#f005ec10fe1b6034c50f3a4ef24dd44d3e6d5593" +source = "git+https://github.com/Garmelon/toss.git?rev=6eb853e3136dd320272bd67e2957774869c21e4b#6eb853e3136dd320272bd67e2957774869c21e4b" dependencies = [ "async-trait", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 9fe5f0d..4ff3ca3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ thiserror = "1.0.40" [workspace.dependencies.toss] git = "https://github.com/Garmelon/toss.git" -rev = "f005ec10fe1b6034c50f3a4ef24dd44d3e6d5593" +rev = "6eb853e3136dd320272bd67e2957774869c21e4b" [profile.dev.package."*"] opt-level = 3