Skip to content

Commit

Permalink
bump 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 22, 2024
1 parent add2a73 commit 01d742e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 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.

28 changes: 17 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[workspace]
resolver = "2"
members = [
"crates/*"
]
members = ["crates/*"]

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

[workspace.dependencies]
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"] }
bevy_shader_mtoon = { path = "crates/bevy_shader_mtoon", version = "0.0.12" }
bevy_vrm = { path = "crates/bevy_vrm", version = "0.0.12" }
gltf_kun_vrm = { path = "crates/gltf_kun_vrm", version = "0.0.12" }
serde_vrm = { path = "crates/serde_vrm", version = "0.0.12" }

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",
] }
bevy_panorbit_camera = { version = "0.19.0", features = ["bevy_egui"] }
gltf_kun = { version = "0.0.13", default-features = false }
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 01d742e

Please sign in to comment.