summaryrefslogtreecommitdiff
path: root/gen/Cargo.toml
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 /gen/Cargo.toml
parentade7980b250d0d679355d9583edd03deed871ff2 (diff)
Refactor converter and replace built_res with resource generator
Diffstat (limited to 'gen/Cargo.toml')
-rw-r--r--gen/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/gen/Cargo.toml b/gen/Cargo.toml
new file mode 100644
index 0000000..52bba1c
--- /dev/null
+++ b/gen/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "res_gen"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+res_gen_macros = { path = "macros" }