pub fn get_time() -> f32
Returns the time in seconds since the program started.
f32
let time = cgl_rs::utils::get_time();