mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
[refactor] rename 'example' to 'demo', and add simple example_glium
This commit is contained in:
@@ -216,7 +216,7 @@ pub fn init_clipboard() -> Option<ClipboardContext> {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// Time of day as seconds since midnight. Used for clock in example app.
|
||||
/// Time of day as seconds since midnight. Used for clock in demo app.
|
||||
pub fn local_time_of_day() -> f64 {
|
||||
use chrono::Timelike;
|
||||
let time = chrono::Local::now().time();
|
||||
|
||||
Reference in New Issue
Block a user