mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-14 23:56:19 +00:00
Upgrade to egui/eframe 0.24.1
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -31,14 +31,14 @@ cfg-if = "1.0.0"
|
||||
const_format = "0.2.32"
|
||||
cwdemangle = "0.1.6"
|
||||
dirs = "5.0.1"
|
||||
eframe = { version = "0.23.0", features = ["persistence"] }
|
||||
egui = "0.23.0"
|
||||
egui_extras = "0.23.0"
|
||||
eframe = { version = "0.24.1", features = ["persistence"] }
|
||||
egui = "0.24.1"
|
||||
egui_extras = "0.24.1"
|
||||
filetime = "0.2.22"
|
||||
flagset = "0.4.4"
|
||||
float-ord = "0.3.2"
|
||||
font-kit = "0.11.0"
|
||||
globset = { version = "0.4.13", features = ["serde1"] }
|
||||
font-kit = "0.12.0"
|
||||
globset = { version = "0.4.14", features = ["serde1"] }
|
||||
log = "0.4.20"
|
||||
memmap2 = "0.9.0"
|
||||
notify = "6.1.1"
|
||||
|
||||
Reference in New Issue
Block a user