Skip to content

Commit

Permalink
bump 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Mar 19, 2024
1 parent 2f45c54 commit 377248a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

9 changes: 5 additions & 4 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.8"
version = "0.0.9"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unavi-xyz/bevy_vrm"
edition = "2021"
Expand All @@ -14,14 +14,15 @@ edition = "2021"
type_complexity = "allow"

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

bevy = { version = "0.13.0", default-features = false, features = ["animation", "bevy_asset", "bevy_scene", "bevy_pbr"] }
bevy_egui = "0.25.0"
bevy_panorbit_camera = { version = "0.16.1", features = ["bevy_egui"] }
bevy_shader_mtoon = { path = "crates/bevy_shader_mtoon", version = "0.0.8" }
gltf_kun = { version = "0.0.12", default-features = false }
gltf_kun_vrm = { path = "crates/gltf_kun_vrm", version = "0.0.8" }
serde = { version = "1.0.197", features = ["derive"] }
serde_vrm = { path = "crates/serde_vrm", version = "0.0.8" }
thiserror = "1.0.57"

[profile.dev]
Expand Down

0 comments on commit 377248a

Please sign in to comment.