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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user