mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30: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:
@@ -307,10 +307,6 @@ pub struct IntegrationInfo {
|
||||
/// `None` if this is the first frame.
|
||||
pub cpu_usage: Option<f32>,
|
||||
|
||||
/// Local time. Used for the clock in the demo app.
|
||||
/// Set to `None` if you don't know.
|
||||
pub seconds_since_midnight: Option<f64>,
|
||||
|
||||
/// The OS native pixels-per-point
|
||||
pub native_pixels_per_point: Option<f32>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user