1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -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:
Emil Ernerfeldt
2023-01-26 11:31:39 +01:00
committed by GitHub
parent 5b1cad2b72
commit 4a0bafbeab
3 changed files with 24 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ skip-tree = [
{ name = "glium" }, # legacy crate, lots of old dependencies
{ name = "rfd" }, # example dependency
{ name = "three-d" }, # example dependency
{ name = "tts" }, # we are migrating away from tts to accesskit
]