Skip to content

Commit

Permalink
proper git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Friz64 committed May 30, 2024
1 parent bfc06fe commit 772598b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ name = "ui"
required-features = ["render"]

[dependencies]
bevy = { version = "0.14.0-dev", default-features = false, features = [
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "4065098", default-features = false, features = [
"bevy_asset",
] }
egui = { version = "0.27", default-features = false, features = ["bytemuck"] }
Expand All @@ -52,7 +52,7 @@ thread_local = { version = "1.1.0", optional = true }

[dev-dependencies]
version-sync = "0.9.4"
bevy = { version = "0.14.0-dev", default-features = false, features = [
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "4065098", default-features = false, features = [
"x11",
"png",
"bevy_pbr",
Expand Down Expand Up @@ -81,6 +81,3 @@ crossbeam-channel = "0.5.8"

[workspace]
members = ["run-wasm"]

[patch.crates-io]
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "4065098586519a1764a462c02a63f299114c35c9" }

0 comments on commit 772598b

Please sign in to comment.