Update deps to 0.13 release.
This commit is contained in:
parent
6f3f08a9e2
commit
a78157a85b
|
@ -11,7 +11,7 @@ keywords = ["gamedev", "bevy", "outline"]
|
|||
categories = ["game-engines", "rendering"]
|
||||
|
||||
[dependencies]
|
||||
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "f83de49b7a9e2c6c3ac4e94b44bcc02806aa8e90", default-features = false, features = [
|
||||
bevy = { version = "0.13", default-features = false, features = [
|
||||
"bevy_asset",
|
||||
"bevy_render",
|
||||
"bevy_pbr",
|
||||
|
@ -27,7 +27,7 @@ thiserror = "1.0"
|
|||
wgpu-types = "0.19"
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "f83de49b7a9e2c6c3ac4e94b44bcc02806aa8e90", default-features = false, features = [
|
||||
bevy = { version = "0.13", default-features = false, features = [
|
||||
"animation",
|
||||
"bevy_gltf",
|
||||
"bevy_pbr",
|
||||
|
|
Loading…
Reference in New Issue