mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
feat: bump egui and eframe to most up to date version
No modification of code needed.
This commit is contained in:
parent
4db5163959
commit
5ef88ad895
2 changed files with 318 additions and 244 deletions
556
Cargo.lock
generated
556
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -33,10 +33,10 @@ benri = "0.1.12"
|
|||
bytes = "1.5.0"
|
||||
dirs = "5.0.1"
|
||||
#--------------------------------------------------------------------------------
|
||||
egui = "0.24.1"
|
||||
egui_extras = { version = "0.24.2", features = ["image"] }
|
||||
egui = "0.26.2"
|
||||
egui_extras = { version = "0.26.2", features = ["image"] }
|
||||
## 2023-12-28: https://github.com/hinto-janai/gupax/issues/68
|
||||
eframe = { version = "0.24.1", default-features = false, features = ["glow"] }
|
||||
eframe = { version = "0.26.2", default-features = false, features = ["glow"] }
|
||||
|
||||
## 2023-02-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.
|
||||
|
|
Loading…
Reference in a new issue