1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Update webbrowser (#2631)

* Update webbrowser

* Update webbrowser in Cargo.toml too

Make sure all users get updated too
This commit is contained in:
Emil Ernerfeldt
2023-01-26 11:31:39 +01:00
committed by GitHub
parent 5b1cad2b72
commit 4a0bafbeab
3 changed files with 24 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
# feature screen_reader
tts = { version = "0.24", optional = true }
webbrowser = { version = "0.8", optional = true }
webbrowser = { version = "0.8.3", optional = true }
[target.'cfg(any(target_os="linux", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies]
smithay-clipboard = { version = "0.6.3", optional = true }