1 2 3 4 5 6
use super::resource::Handle; pub struct Icon<T> { pub image: Handle<T>, pub aspect_ratio: f32, }