Skip to content

Commit

Permalink
bump 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Mar 19, 2024
1 parent 43dd478 commit 7fea35b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.0.11"
version = "0.0.12"
edition = "2021"
repository = "https://github.com/unavi-xyz/gltf_kun"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
bevy_gltf_kun = { path = "crates/bevy_gltf_kun", version = "0.0.11" }
bevy_gltf_kun = { path = "crates/bevy_gltf_kun", version = "0.0.12" }
glam = "0.25.0"
gltf_kun = { path = "crates/gltf_kun", version = "0.0.11" }
gltf_kun = { path = "crates/gltf_kun", version = "0.0.12" }
petgraph = { version = "0.6.4", default-features = false, features = ["stable_graph"] }
serde_json = "1.0.110"
thiserror = "1.0.58"
Expand Down

0 comments on commit 7fea35b

Please sign in to comment.