gooey-rs 0.12.1

Tile-based UI library with audio support
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
pub struct Texture {
  pub resource : IndexType,
  pub index    : IndexType
}

pub type IndexType = u16;