Introduce library boundary

This commit is contained in:
2026-05-25 12:32:34 -04:00
parent acb37e990e
commit b70fd20785
8 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ use std::io::{stdout, Write};
use std::rc::Rc;
use std::time::{Duration, Instant}; // <--- Add this
mod constants;
mod window;
use antidrift::window;
use ratatui::{
crossterm::{
event::{self, Event, KeyCode},