1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Update webbrowser 0.6 -> 0.7

This commit is contained in:
Emil Ernerfeldt
2022-04-30 17:58:12 +02:00
parent 11e8ffa079
commit 30aeb2a94f
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ winit = "0.26.1"
arboard = { version = "2.1", optional = true, default-features = false }
puffin = { version = "0.13", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
webbrowser = { version = "0.6", optional = true }
webbrowser = { version = "0.7", optional = true }
# feature screen_reader
tts = { version = "0.20", optional = true }