spectra 0.13.0

Demoscene framework
1
2
3
4
5
6
7
pub struct Time(f32);

impl Time {
  pub fn as_f32(self) -> f32 {
    self.0
  }
}