Skip to content

Commit

Permalink
bump 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Mar 15, 2024
1 parent b84d773 commit 59936bb
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.10"
version = "0.0.11"
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.10" }
gltf_kun = { path = "gltf_kun", version = "0.0.11" }
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 59936bb

Please sign in to comment.