Skip to content

Commit 716604c

Browse files
committed
support .ico icons
1 parent 92d3174 commit 716604c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ walkdir = "2.5.0"
3333
serde = {version = "1.0.225", features = ["derive"]}
3434
serde_json = "1.0.145"
3535
icns = "0.3.1"
36-
icon = "0.1.2"
36+
icon = { git = "https://github.com/Kn4ughty/linux_icons" }
3737
resvg = "0.45.1"
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)