Skip to content

Commit

Permalink
Depend on bevy branch with load_untyped and shared folder handles
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Oct 22, 2023
1 parent 3824bc1 commit cbfb723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgpack = ["dep:rmp-serde"]
xml = ["dep:quick-xml"]

[dependencies]
bevy = { git = "https://github.com/NiklasEi/bevy", branch = "load_untyped", default-features = false, features = ["bevy_asset"] }
bevy = { git = "https://github.com/NiklasEi/bevy", branch = "bevy_asset_loader_0_12", default-features = false, features = ["bevy_asset"] }
serde_toml = { version = "0.7", package = "toml", optional = true }
serde_ron = { version = "0.8", package = "ron", optional = true }
serde_yaml = { version = "0.9", optional = true }
Expand All @@ -33,7 +33,7 @@ serde = { version = "1" }
anyhow = { version = "1" }

[dev-dependencies]
bevy = { git = "https://github.com/NiklasEi/bevy", branch = "load_untyped" }
bevy = { git = "https://github.com/NiklasEi/bevy", branch = "bevy_asset_loader_0_12" }
serde = { version = "1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit cbfb723

Please sign in to comment.