mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Replace chrono with jiff (#8008)
`jiff` is more modern, and seem to be where the ecosystem is heading.
This commit is contained in:
@@ -22,7 +22,7 @@ eframe = { workspace = true, default-features = false, features = [
|
||||
"glow",
|
||||
"android-native-activity",
|
||||
] }
|
||||
egui_demo_lib = { workspace = true, features = ["chrono"] }
|
||||
egui_demo_lib = { workspace = true, features = ["jiff"] }
|
||||
|
||||
# For image support:
|
||||
egui_extras = { workspace = true, features = ["default", "image"] }
|
||||
|
||||
Reference in New Issue
Block a user