Skip to content

Commit

Permalink
Remove hardware rendering for good (iced_aw was still depending on wgpu)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer committed Apr 28, 2024
1 parent 1145d37 commit dffc296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 65 deletions.
62 changes: 2 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@ osx_minimum_system_version = "10.7"

[dependencies]
anyhow = "1.0"
bitar = { version = "0.10", features=["rustls-tls"] }
bitar = { version = "0.10", features = ["rustls-tls"] }
time = "0.3"
dmg = "0.1.2"
espim = "0.2"
flate2 = "1.0"
fs_extra = "1.3.0"
futures = "0.3"
iced_aw = { version = "0.8", default-features = false, features = ["tabs"] }
iced_aw = { git = "https://github.com/iced-rs/iced_aw.git", rev = "9ed46bffd0d819f22e07db6c282fbef733007df5", default-features = false, features = ["tabs", "icons"] }
lazy_static = "1.4"
log = { version="0.4.21", features=["std"] }
log = { version = "0.4.21", features = ["std"] }
open = "5"
parse_link_header = "0.3"
platform-dirs = "0.3.0"
progress-streams = "1.1.0"
regex = "1"
rodio = { version="0.17", default-features = false, features=["vorbis"] }
rodio = { version = "0.17", default-features = false, features = ["vorbis"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-xml-rs = "0.6"
simplelog = "0.12.2"
tar = "0.4"
tokio = { version="1", default-features = false, features=["fs"] }
tokio = { version = "1", default-features = false, features = ["fs"] }
ureq = { version = "2.9", default-features = false, features = ["json", "tls"] }
version = "3"
zip-extract = { version = "0.1.3", default-features = false, features = ["deflate"] }
Expand Down

0 comments on commit dffc296

Please sign in to comment.