mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -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:
@@ -51,6 +51,3 @@ persistence = ["epi/persistence", "egui_glium/persistence", "egui_web/persistenc
|
||||
|
||||
# experimental support for a screen reader
|
||||
screen_reader = ["egui_glium/screen_reader", "egui_web/screen_reader"]
|
||||
|
||||
# for seconds_since_midnight (used in egui_demo_lib)
|
||||
time = ["egui_glium/time"]
|
||||
|
||||
@@ -36,8 +36,9 @@ eframe = { version = "*", default-features = false, features = ["default_fonts",
|
||||
## Companion crates
|
||||
Not all rust crates work when compiles to WASM, but here are some useful crates have been designed to work well both natively and as WASM:
|
||||
|
||||
* Audio: [`cpal`](https://github.com/RustAudio/cpal)
|
||||
* Audio: [`cpal`](https://github.com/RustAudio/cpal).
|
||||
* HTTP client: [`ehttp`](https://github.com/emilk/ehttp).
|
||||
* Time: [`chrono`](https://github.com/chronotope/chrono).
|
||||
|
||||
|
||||
## Name
|
||||
|
||||
Reference in New Issue
Block a user