mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
egui-winit: Update webbrowser to v1.0.0 (#4394)
No significant changes, mostly marks API stability: https://github.com/amodm/webbrowser-rs/releases/tag/v1.0.0
This commit is contained in:
@@ -71,7 +71,7 @@ document-features = { workspace = true, optional = true }
|
||||
|
||||
puffin = { workspace = true, optional = true }
|
||||
serde = { version = "1.0", optional = true, features = ["derive"] }
|
||||
webbrowser = { version = "0.8.3", optional = true }
|
||||
webbrowser = { version = "1.0.0", 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.7.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user