1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Remove "seconds_since_midnight" from epi/eframe. Use chrono instead

chrono works both natively and on web.

Related: https://github.com/emilk/egui/issues/212
This commit is contained in:
Emil Ernerfeldt
2021-10-19 15:37:20 +02:00
parent cdd4dccf5f
commit 844dd9d7a4
17 changed files with 27 additions and 64 deletions

View File

@@ -32,9 +32,6 @@ directories-next = { version = "2", optional = true }
ron = { version = "0.6", optional = true }
serde = { version = "1", optional = true }
# feature "time"
chrono = { version = "0.4", optional = true }
[dev-dependencies]
image = { version = "0.23", default-features = false, features = ["png"] }
@@ -63,6 +60,3 @@ persistence = [
# experimental support for a screen reader
screen_reader = ["egui-winit/screen_reader"]
# for seconds_since_midnight (used in egui_demo_lib)
time = ["chrono"]