update docs

This commit is contained in:
Corwin 2022-08-01 12:07:50 +01:00
parent 0409a20527
commit 9410f6ed1d

View file

@ -163,9 +163,7 @@ macro_rules! align_bytes {
/// Includes sprites found in the referenced aseprite files. Can include /// Includes sprites found in the referenced aseprite files. Can include
/// multiple at once and optimises palettes of all included in the single call /// multiple at once and optimises palettes of all included in the single call
/// together. Currently limited to square sprites that match a supported /// together. See [Size] for supported sizes. Returns a reference to [Graphics].
/// dimension of the GBA, see [Size] for supported sizes. Returns a reference to
/// [Graphics].
/// ///
/// ```rust,no_run /// ```rust,no_run
/// # #![no_std] /// # #![no_std]