Skip to content

Commit

Permalink
feat(unstable-load-from-file): add from_ron_str and from_ron_bytes fo…
Browse files Browse the repository at this point in the history
…r `SpriteSheetAnimation`
  • Loading branch information
jcornaz committed Jun 20, 2022
1 parent 59bb025 commit 44b58bc
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 105 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -27,6 +27,7 @@ bevy_asset = { version = "0.7.0", default-features = false }
bevy_utils = { version = "0.7.0", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
serde_yaml = { version = "0.8.24", default-features = false, optional = true }
ron = { version = "0.7.1", default-features = false, optional = true }
anyhow = { version = "1.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 44b58bc

Please sign in to comment.