From b4ce566c76f86889ee93083efc17f71a2a817f96 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 22 Jun 2026 02:34:04 +0800 Subject: feat: embed Windows icon and add build resources --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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 -- cgit