From f1c48e304a6da6f5098aa18f9e5595ffa229378a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 15 Aug 2026 07:20:00 +0800 Subject: feat(res): add OSC94 resource and setup for terminal progress --- mingling/src/res.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling/src/res.rs') diff --git a/mingling/src/res.rs b/mingling/src/res.rs index ab524cd..82c4e00 100644 --- a/mingling/src/res.rs +++ b/mingling/src/res.rs @@ -9,3 +9,6 @@ pub use exit_code::*; mod confirmer; pub use confirmer::*; + +mod osc94; +pub use osc94::*; -- cgit