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 Aug 7, 2024
1 parent 5d97e6e commit f4b5687
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.0.10"
version = "0.0.11"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unavi-xyz/bevy_vrm"
edition = "2021"
Expand All @@ -14,10 +14,10 @@ edition = "2021"
type_complexity = "allow"

[workspace.dependencies]
bevy_shader_mtoon = { path = "crates/bevy_shader_mtoon", version = "0.0.10" }
bevy_vrm = { path = "crates/bevy_vrm", version = "0.0.10" }
gltf_kun_vrm = { path = "crates/gltf_kun_vrm", version = "0.0.10" }
serde_vrm = { path = "crates/serde_vrm", version = "0.0.10" }
bevy_shader_mtoon = { path = "crates/bevy_shader_mtoon", version = "0.0.11" }
bevy_vrm = { path = "crates/bevy_vrm", version = "0.0.11" }
gltf_kun_vrm = { path = "crates/gltf_kun_vrm", version = "0.0.11" }
serde_vrm = { path = "crates/serde_vrm", version = "0.0.11" }

bevy = { version = "0.14.0", default-features = false, features = ["bevy_asset", "bevy_scene", "bevy_pbr"] }
bevy_egui = { version = "0.28.0", default-features = false, features = ["open_url", "default_fonts", "render"] }
Expand Down

0 comments on commit f4b5687

Please sign in to comment.