Skip to content

Commit

Permalink
Change legion branch to atelier-legion-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
aclysma committed Mar 10, 2020
1 parent b753307 commit e50efb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion legion-prefab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
prefab-format = { path = "../prefab-format" }
serde = { version = "1", default-features = false, features = [ "derive" ] }
erased-serde = "0.3"
legion = { git = "https://github.com/kabergstrom/legion", default-features = false, features = ["serialize"], branch="clone_move_rebased" }
legion = { git = "https://github.com/kabergstrom/legion", default-features = false, features = ["serialize"], branch="atelier-legion-demo" }
inventory = "0.1"
type-uuid = "0.1"
uuid = { version = "0.8", default-features = false, features = [ "v4" ] }
Expand Down
2 changes: 1 addition & 1 deletion legion-transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prefab-format = { path = "../prefab-format" }
legion-prefab = { path = "../legion-prefab" }
serde = { version = "1", default-features = false, features = [ "derive" ] }
erased-serde = "0.3"
legion = { git = "https://github.com/kabergstrom/legion", default-features = false, features = ["serialize"], branch="clone_move_rebased" }
legion = { git = "https://github.com/kabergstrom/legion", default-features = false, features = ["serialize"], branch="atelier-legion-demo" }
uuid = { version = "0.8", default-features = false, features = [ "v4" ] }
log="0.4"
# We need this PR (https://github.com/servo/bincode/pull/288) but it's not published yet
Expand Down
2 changes: 1 addition & 1 deletion prefab-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uuid = { version = "0.8", features = [ "serde" ] }

[dev-dependencies]
ron = "0.5"
legion = { git = "https://github.com/kabergstrom/legion", default-features = false, features = ["serialize"], branch="clone_move_rebased" }
legion = { git = "https://github.com/kabergstrom/legion", default-features = false, features = ["serialize"], branch="atelier-legion-demo" }
linkme = "0.1"
erased-serde = "0.3"
atelier-core = { git = "https://github.com/amethyst/atelier-assets" }

0 comments on commit e50efb4

Please sign in to comment.