Skip to content

Commit 2f507d2

Browse files
torokati44hacknus
authored andcommitted
egui-winit: Update webbrowser to v1.0.0 (emilk#4394)
No significant changes, mostly marks API stability: https://github.com/amodm/webbrowser-rs/releases/tag/v1.0.0
1 parent 94d86ad commit 2f507d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/egui-winit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ document-features = { workspace = true, optional = true }
7171

7272
puffin = { workspace = true, optional = true }
7373
serde = { version = "1.0", optional = true, features = ["derive"] }
74-
webbrowser = { version = "0.8.3", optional = true }
74+
webbrowser = { version = "1.0.0", optional = true }
7575

7676
[target.'cfg(any(target_os="linux", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies]
7777
smithay-clipboard = { version = "0.7.0", optional = true }

0 commit comments

Comments
 (0)