summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-10 04:07:12 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-10 04:07:12 +0800
commit275084f025b81da78f2a6c5cb23bc4a846a7b909 (patch)
treef8899947ad53534318c7d531f1b0df2506620d9f /src/main.rs
parentade7980b250d0d679355d9583edd03deed871ff2 (diff)
Refactor converter and replace built_res with resource generator
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..e6f342c
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,4 @@
+fn main() {
+ // `cargo run` will invoke player
+ markdialog_player::player_main();
+}