diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-22 02:34:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-22 02:34:04 +0800 |
| commit | b4ce566c76f86889ee93083efc17f71a2a817f96 (patch) | |
| tree | 99d03f034263f08a184ae6af930ede07fb98fdad /Cargo.toml | |
| parent | f3e63efe8bec62e077b27c36a716a42d41728a25 (diff) | |
feat: embed Windows icon and add build resources0.1.0-release
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
