summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-18 16:29:51 -0500
committerpommicket <pommicket@gmail.com>2022-12-18 16:29:51 -0500
commit3da685e5a4408ee35879250505b0924b2cf686e2 (patch)
tree3fdd63f7830d0b907923d68ea783c906e6177cca /Cargo.toml
parent73ee0bb21050b305dac5352e07c7cfe03947be66 (diff)
icon
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 aff3626..dff7d65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,6 @@ serde = "1.0.150"
serde_derive = "1.0.150"
gl = "0.14.0"
nalgebra = "0.31.4"
+
+[target.'cfg(windows)'.build-dependencies]
+winres = "0.1.12"