From 20c5ec56f29ad948046c2017f7bc57d610b5279d Mon Sep 17 00:00:00 2001 From: John Simon Date: Sun, 10 Mar 2019 18:46:56 -0400 Subject: [PATCH] Use the published version of rlbot --- Cargo.lock | 18 ++++++++++-------- Cargo.toml | 2 +- brain-test-data/Cargo.toml | 2 +- brain/Cargo.toml | 2 +- collect/Cargo.toml | 2 +- common/Cargo.toml | 2 +- dom/Cargo.toml | 2 +- play/Cargo.toml | 2 +- simulate/Cargo.toml | 2 +- 9 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faaf6431..5a55fd7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ dependencies = [ "piston2d-graphics 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)", "piston_window 0.80.0 (registry+https://github.com/rust-lang/crates.io-index)", "plane-split 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rlbot 0.3.0", + "rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "simulate 0.1.0", "vec_box 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -112,7 +112,7 @@ dependencies = [ "csv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "nalgebra 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)", - "rlbot 0.3.0", + "rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -186,7 +186,7 @@ dependencies = [ "flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "nalgebra 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)", "ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rlbot 0.3.0", + "rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -202,7 +202,7 @@ dependencies = [ "flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "nalgebra 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)", - "rlbot 0.3.0", + "rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -365,7 +365,7 @@ dependencies = [ "chip 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "common 0.1.0", "nalgebra 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)", - "rlbot 0.3.0", + "rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1047,7 +1047,7 @@ dependencies = [ "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rlbot 0.3.0", + "rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1277,7 +1277,8 @@ dependencies = [ [[package]] name = "rlbot" -version = "0.3.0" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1365,7 +1366,7 @@ dependencies = [ "nalgebra 0.16.13 (registry+https://github.com/rust-lang/crates.io-index)", "ncollide3d 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", "oven 0.1.0", - "rlbot 0.3.0", + "rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1784,6 +1785,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" "checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" +"checksum rlbot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "65c5696e3f59228116f3975cd600b6034499dc5cd553e311a13f1cff3cc884d1" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" "checksum rusttype 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "11ff03da02f6d340bbee5ec55eed03ff9abd6ea013b93bc7c35973cc28f65999" "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" diff --git a/Cargo.toml b/Cargo.toml index 46a4b2dd..698de411 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ lto = true codegen-units = 1 [patch.crates-io] -rlbot = { path = "../rlbot-rust" } +#rlbot = { path = "../rlbot-rust" } #chip = { path = "../chip" } diff --git a/brain-test-data/Cargo.toml b/brain-test-data/Cargo.toml index 7621a817..4c6e4668 100644 --- a/brain-test-data/Cargo.toml +++ b/brain-test-data/Cargo.toml @@ -9,7 +9,7 @@ lazy_static = "1.1.0" nalgebra = "0.16.0" -rlbot = "0.3.0" +rlbot = "0.4.0" collect = { path = "../collect" } diff --git a/brain/Cargo.toml b/brain/Cargo.toml index f682d83e..818626de 100644 --- a/brain/Cargo.toml +++ b/brain/Cargo.toml @@ -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" } diff --git a/collect/Cargo.toml b/collect/Cargo.toml index 4c3e7e87..3aee8f33 100644 --- a/collect/Cargo.toml +++ b/collect/Cargo.toml @@ -11,7 +11,7 @@ ordered-float = "1.0.1" nalgebra = "0.16.0" -rlbot = "0.3.0" +rlbot = "0.4.0" common = { path = "../common" } diff --git a/common/Cargo.toml b/common/Cargo.toml index 132dfa30..201d0de7 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -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" diff --git a/dom/Cargo.toml b/dom/Cargo.toml index dc13e2af..54516785 100644 --- a/dom/Cargo.toml +++ b/dom/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] nalgebra = "0.16.0" -rlbot = "0.3.0" +rlbot = "0.4.0" common = { path = "../common" } diff --git a/play/Cargo.toml b/play/Cargo.toml index bb4a789e..d5d5ce02 100644 --- a/play/Cargo.toml +++ b/play/Cargo.toml @@ -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" } diff --git a/simulate/Cargo.toml b/simulate/Cargo.toml index 4053eb42..8f878291 100644 --- a/simulate/Cargo.toml +++ b/simulate/Cargo.toml @@ -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" }