Skip to content

Commit

Permalink
Bump 'ashpd' version to '0.10.2'
Browse files Browse the repository at this point in the history
'ashpd' version 0.9 relies on 'async-io' by default, which pulls in a lot of
extra crates.  'ashpd' 0.10 switches to 'tokio' by default.  I hope this cuts
down the size of Slint's dependency tree.
  • Loading branch information
bal-e committed Jan 5, 2025
1 parent 852b6c8 commit 099cf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backends/winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ accesskit_winit = { version = "0.23", optional = true }
copypasta = { version = "0.10", default-features = false }

[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32")))'.dependencies]
ashpd = { version = "0.9.2" }
ashpd = { version = "0.10.2" }
futures = { version = "0.3.31" }

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit 099cf44

Please sign in to comment.