forked from emilk/egui
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade wgpu & some related packages
- Loading branch information
1 parent
5bfff31
commit f4df2f4
Showing
9 changed files
with
454 additions
and
567 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
name = "egui_extras" | ||
version.workspace = true | ||
authors = [ | ||
"Dominik Rössler <[email protected]>", | ||
"Emil Ernerfeldt <[email protected]>", | ||
"René Rössler <[email protected]>", | ||
"Dominik Rössler <[email protected]>", | ||
"Emil Ernerfeldt <[email protected]>", | ||
"René Rössler <[email protected]>", | ||
] | ||
description = "Extra functionality and widgets for the egui GUI library" | ||
edition.workspace = true | ||
|
@@ -82,10 +82,10 @@ serde = { workspace = true, optional = true } | |
|
||
# Date operations needed for datepicker widget | ||
chrono = { version = "0.4", optional = true, default-features = false, features = [ | ||
"clock", | ||
"js-sys", | ||
"std", | ||
"wasmbind", | ||
"clock", | ||
"js-sys", | ||
"std", | ||
"wasmbind", | ||
] } | ||
|
||
## Enable this when generating docs. | ||
|
@@ -98,8 +98,8 @@ mime_guess2 = { version = "2", optional = true, default-features = false } | |
|
||
puffin = { workspace = true, optional = true } | ||
|
||
syntect = { version = "5", optional = true, default-features = false, features = [ | ||
"default-fancy", | ||
syntect = { version = "5.2", optional = true, default-features = false, features = [ | ||
"default-fancy", | ||
] } | ||
|
||
# svg feature | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters