add origin and align methods to Layout trait

This commit is contained in:
facile pop culture reference 2026-07-10 18:24:44 +03:00
parent 09463649c6
commit 13c886d9e0
18 changed files with 333 additions and 248 deletions

View file

@ -46,7 +46,7 @@ pub type BoxedAudioHandler<'j> =
/// Things that can provide a [jack::Client] reference.
///
/// ```
/// use tengri::sing::{Jack, HasJack};
/// use tengri::*;
///
/// let jack: &Jack = Jacked::default().jack();
///