Skip to content

Commit

Permalink
bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Mar 10, 2024
1 parent 654f524 commit ee6962a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ resolver = "2"
members = ["bevy_gltf_kun", "bevy_example", "gltf_kun"]

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

[workspace.dependencies]
glam = "0.25.0"
gltf_kun = { path = "gltf_kun", version = "0.0.6" }
gltf_kun = { path = "gltf_kun", version = "0.0.7" }
petgraph = { version = "0.6.4", default-features = false, features = ["stable_graph"] }
serde_json = "1.0.110"
thiserror = "1.0.56"
Expand Down

0 comments on commit ee6962a

Please sign in to comment.