mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40: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:
@@ -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