refactor: 迁移 shader.wgsl 至 static/wgsl/,新增 model 模块

This commit is contained in:
lenn
2026-06-24 17:32:14 +08:00
parent 2497cb93ff
commit ec46e53c75
9 changed files with 296 additions and 136 deletions

View File

@@ -1,12 +1,13 @@
mod app;
mod connection;
mod matrix;
mod recording;
mod render;
mod serial_core;
mod theme;
mod ui;
mod recording;
mod utils;
mod model;
use app::EskinDesktopApp;
use eframe::egui;