Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
berlingoqc committed May 2, 2024
1 parent 9c14fd9 commit 240c315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ members = [ "crates/*" ]

[dependencies]
bevy_ecs_tilemap = { version = "0.12", default-features = false }
#bevy_ecs_ldtk = { git = "https://github.com/berlingoqc/bevy_ecs_ldtk", branch = "transform_ldtk_project", default-features = true }
bevy_ecs_ldtk = { path = "../bevy_ecs_ldtk", default-features = true }
bevy_ecs_ldtk = { version = "0.9", default-features = true }
bevy = { version = "0.13", default-features = false, features = ["bevy_sprite", "bevy_render", "bevy_core_pipeline",] }
derive-getters = "0.3.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down Expand Up @@ -43,5 +42,6 @@ path = "examples/map_generation.rs"

[patch.crates-io]
bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap", branch = "main" }
bevy_ecs_ldtk = { git = "https://github.com/berlingoqc/bevy_ecs_ldtk", branch = "transform_ldtk_project" }


3 changes: 1 addition & 2 deletions crates/map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ edition = "2021"

[dependencies]
bevy = "*"
#bevy_ecs_ldtk = { git = "https://github.com/berlingoqc/bevy_ecs_ldtk", branch = "transform_ldtk_project", default-features = true }
bevy_ecs_ldtk = { path = "../../../bevy_ecs_ldtk", default-features = true }
bevy_ecs_ldtk = { version = "*", default-features = true }


rand = "0.8.5"
Expand Down

0 comments on commit 240c315

Please sign in to comment.