Skip to content

Commit

Permalink
fix sprite doc
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Oct 7, 2023
1 parent 1041262 commit d22c1f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/sprite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playdate-sprite"
version = "0.2.6"
version = "0.2.7"
readme = "README.md"
description = "High-level sprite API built on-top of Playdate API"
keywords = ["playdate", "sdk", "api", "gamedev"]
Expand Down
2 changes: 1 addition & 1 deletion api/sprite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub trait TypedSprite: AsRaw<Type = LCDSprite> + SpriteApi {
}


/// Represents strictly typed sprite, includes associated user-data and free-on-drop flag.
/// Type of sprite, includes associated user-data and free-on-drop flag.
pub trait SpriteType {
/// Type of API access-point.
type Api: api::Api;
Expand Down

0 comments on commit d22c1f7

Please sign in to comment.