termal_core 5.0.0

This library contains implementation for the termal library
Documentation
1
2
3
4
use minlin::Vec4;

/// Rectangle given by x, y, width and height.
pub type Rect<T = f32> = Vec4<T>;