1
0
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:
TÖRÖK Attila
2024-04-23 08:03:36 +02:00
committed by GitHub
parent 2ce82cce21
commit 2c590636b5
2 changed files with 3 additions and 3 deletions

View File

@@ -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 }