Skip to content

Commit

Permalink
Also made PostcardAssetSaver public
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldom-SE committed Mar 31, 2024
1 parent 21b5ad3 commit 636ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postcard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ where
}
}

struct PostcardAssetSaver<A> {
pub struct PostcardAssetSaver<A> {
_marker: PhantomData<A>,
}

Expand Down

0 comments on commit 636ede3

Please sign in to comment.