Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jan 22, 2024
1 parent 9363259 commit 381c94e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["bevy_gltf_kun", "gltf_kun"]

[workspace.package]
version = "0.0.5"
version = "0.0.6"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unavi-xyz/gltf_kun"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion bevy_gltf_kun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type_complexity = "allow"
[dependencies]
bevy = { version = "0.12.1", default-features = false, features = ["bevy_asset", "bevy_pbr", "bevy_render", "bevy_scene"] }
glam.workspace = true
gltf_kun = { version = "0.0.5", path = "../gltf_kun" }
gltf_kun = { version = "0.0.6", path = "../gltf_kun" }
serde_json.workspace = true
thiserror.workspace = true

Expand Down

0 comments on commit 381c94e

Please sign in to comment.