device 0.0.4

A generative engine
1
2
3
4
5
6
7
#[derive(Clone, Debug)]
pub(crate) struct Text {
  pub(crate) size: f32,
  pub(crate) string: String,
  pub(crate) x: f64,
  pub(crate) y: f64,
}