Skip to content

Commit

Permalink
Use the published version of rlbot
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisaphone committed Mar 10, 2019
1 parent bee89de commit 20c5ec5
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
18 changes: 10 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ lto = true
codegen-units = 1

[patch.crates-io]
rlbot = { path = "../rlbot-rust" }
#rlbot = { path = "../rlbot-rust" }
#chip = { path = "../chip" }
2 changes: 1 addition & 1 deletion brain-test-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy_static = "1.1.0"

nalgebra = "0.16.0"

rlbot = "0.3.0"
rlbot = "0.4.0"

collect = { path = "../collect" }

Expand Down
2 changes: 1 addition & 1 deletion brain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plane-split = "0.13.3"
piston_window = "0.80.0"
piston2d-graphics = "0.26.0"

rlbot = "0.3.0"
rlbot = "0.4.0"
chip = "0.0.5"

common = { path = "../common" }
Expand Down
2 changes: 1 addition & 1 deletion collect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ordered-float = "1.0.1"

nalgebra = "0.16.0"

rlbot = "0.3.0"
rlbot = "0.4.0"

common = { path = "../common" }

Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ smallvec = "0.6.9"

nalgebra = "0.16.0"

rlbot = "0.3.0"
rlbot = "0.4.0"

[dev-dependencies]
chip = "0.0.5"
Expand Down
2 changes: 1 addition & 1 deletion dom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
nalgebra = "0.16.0"

rlbot = "0.3.0"
rlbot = "0.4.0"

common = { path = "../common" }

Expand Down
2 changes: 1 addition & 1 deletion play/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy_static = "1.1.0"
log = "0.4.5"
env_logger = "0.5.13"

rlbot = "0.3.0"
rlbot = "0.4.0"

brain = { path = "../brain" }
collect = { path = "../collect" }
Expand Down
2 changes: 1 addition & 1 deletion simulate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy_static = "1.1.0"
nalgebra = "0.16.0"
ncollide3d = "0.17.1"

rlbot = "0.3.0"
rlbot = "0.4.0"

common = { path = "../common" }
oven = { path = "../oven" }
Expand Down

0 comments on commit 20c5ec5

Please sign in to comment.