livesplit-core 0.13.0

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
Documentation
1
2
3
4
5
6
use super::resource::Handle;

pub struct Icon<T> {
    pub image: Handle<T>,
    pub aspect_ratio: f32,
}