mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-11-16 17:27:37 +00:00
egui: 0.19.0
-> 0.24.1
This commit is contained in:
parent
4d93670c82
commit
27cc46d615
3 changed files with 459 additions and 505 deletions
954
Cargo.lock
generated
954
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -33,8 +33,8 @@ benri = "0.1.12"
|
|||
bytes = "1.4.0"
|
||||
dirs = "5.0.1"
|
||||
#--------------------------------------------------------------------------------
|
||||
egui = "0.19.0"
|
||||
egui_extras = { version = "0.19.0", features = ["image"] }
|
||||
egui = "0.24.1"
|
||||
egui_extras = { version = "0.24.1", features = ["image"] }
|
||||
|
||||
## Update 2023-Feb-06: The below gets fixed by using the [wgpu] backend instead of [glow]
|
||||
## It also fixes crashes on CPU-based graphics. Only used for Windows.
|
||||
|
@ -79,7 +79,7 @@ tar = "0.4.38"
|
|||
flate2 = "1.0"
|
||||
sudo = "0.6.0"
|
||||
## [glow] backend for macOS/Linux.
|
||||
eframe = { version = "0.19.0", default-features = false, features = ["glow"] }
|
||||
eframe = { version = "0.24.1", default-features = false, features = ["glow"] }
|
||||
|
||||
# macOS
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
@ -104,7 +104,7 @@ tls-api-native-tls = "0.9.0"
|
|||
[target.'cfg(windows)'.dependencies]
|
||||
zip = "0.6.6"
|
||||
is_elevated = "0.1.2"
|
||||
eframe = { version = "0.19.0", default-features = false, features = ["glow"] }
|
||||
eframe = { version = "0.24.1", default-features = false, features = ["glow"] }
|
||||
|
||||
# For Windows build (icon)
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
|
|
2
external/egui
vendored
2
external/egui
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 62b4d427c01201898914594a9d00d1576bc23432
|
||||
Subproject commit 9cf535bd50b2602b0bce45c718d164bae2b4ed77
|
Loading…
Reference in a new issue