summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-07-05 18:49:06 +0200
committerHampusM <hampus@hampusmat.com>2026-07-05 18:49:06 +0200
commitcca13077329c2c42f456c573ba9e094f1195efe9 (patch)
treebce3de83fdee039f1c25068984b2d1eb6d9e3bc7 /engine/Cargo.toml
parent237107c971707d297c1f2d3e536ca52289ae4206 (diff)
feat(engine): add icon to window creation attributes
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 67f59d8..1dc6431 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -28,7 +28,7 @@ features = ["rwh_06", "wayland", "wayland-dlopen", "x11"]
[dependencies.image_rs]
version = "0.25.10"
default-features = false
-features = ["png", "jpeg"]
+features = ["png", "jpeg", "ico"]
package = "image"
[dependencies.zerocopy]