Skip to content

Commit dffc296

Browse files
committed
Remove hardware rendering for good (iced_aw was still depending on wgpu)
1 parent 1145d37 commit dffc296

File tree

2 files changed

+7
-65
lines changed

2 files changed

+7
-65
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ osx_minimum_system_version = "10.7"
1616

1717
[dependencies]
1818
anyhow = "1.0"
19-
bitar = { version = "0.10", features=["rustls-tls"] }
19+
bitar = { version = "0.10", features = ["rustls-tls"] }
2020
time = "0.3"
2121
dmg = "0.1.2"
2222
espim = "0.2"
2323
flate2 = "1.0"
2424
fs_extra = "1.3.0"
2525
futures = "0.3"
26-
iced_aw = { version = "0.8", default-features = false, features = ["tabs"] }
26+
iced_aw = { git = "https://github.com/iced-rs/iced_aw.git", rev = "9ed46bffd0d819f22e07db6c282fbef733007df5", default-features = false, features = ["tabs", "icons"] }
2727
lazy_static = "1.4"
28-
log = { version="0.4.21", features=["std"] }
28+
log = { version = "0.4.21", features = ["std"] }
2929
open = "5"
3030
parse_link_header = "0.3"
3131
platform-dirs = "0.3.0"
3232
progress-streams = "1.1.0"
3333
regex = "1"
34-
rodio = { version="0.17", default-features = false, features=["vorbis"] }
34+
rodio = { version = "0.17", default-features = false, features = ["vorbis"] }
3535
serde = { version = "1.0", features = ["derive"] }
3636
serde_json = "1.0"
3737
serde-xml-rs = "0.6"
3838
simplelog = "0.12.2"
3939
tar = "0.4"
40-
tokio = { version="1", default-features = false, features=["fs"] }
40+
tokio = { version = "1", default-features = false, features = ["fs"] }
4141
ureq = { version = "2.9", default-features = false, features = ["json", "tls"] }
4242
version = "3"
4343
zip-extract = { version = "0.1.3", default-features = false, features = ["deflate"] }

0 commit comments

Comments
 (0)