chore: workspace 加 gui 成员,qr-core 加 serde

This commit is contained in:
2026-06-17 00:10:18 +08:00
parent 55a9064e98
commit 95e3cc91ff
7 changed files with 3345 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
//! QR Code GUI — eframe/egui 桌面应用
pub mod app;
// Re-export main entry
pub use app::QRGenApp;