aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-22 02:34:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-22 02:34:04 +0800
commitb4ce566c76f86889ee93083efc17f71a2a817f96 (patch)
tree99d03f034263f08a184ae6af930ede07fb98fdad /Cargo.toml
parentf3e63efe8bec62e077b27c36a716a42d41728a25 (diff)
feat: embed Windows icon and add build resources0.1.0-release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe20b28..ac781be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,9 @@ cpal = "0.18.1"
git = "https://github.com/Weicao-CatilGrass/vtx-engine"
rev = "35b954ad50ec6211e6a25ca4777d1685311f696e"
+[target.'cfg(windows)'.build-dependencies]
+embed-resource = "3.0.9"
+
[profile.dev]
opt-level = 0
debug = true