fix(compile): revert multi-icon support in compile (#28997)

This commit is contained in:
Divy Srivastava 2025-04-22 07:23:30 -07:00 committed by GitHub
parent 1feb2b6421
commit 762adb51b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -5205,12 +5205,11 @@ dependencies = [
[[package]]
name = "libsui"
version = "0.7.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7550a110415b4780bf6064d280f2dc5b761fb80d9af92258a72e5dc82ca6f05a"
checksum = "89795977654ad6250d6c0915411b622bac22f9efb4f852af94b2e00964cab832"
dependencies = [
"editpe",
"image",
"libc",
"sha2",
"windows-sys 0.48.0",

View file

@ -292,7 +292,7 @@ dprint-plugin-typescript = "=0.94.0"
env_logger = "=0.11.6"
eszip = "=0.85.0"
fancy-regex = "=0.14.0"
libsui = "0.7.0"
libsui = "0.5.0"
malva = "=0.11.2"
markup_fmt = "=0.19.1"
open = "5.0.1"