Skip to content

Commit

Permalink
Factor out cb_time and cb_planning
Browse files Browse the repository at this point in the history
  • Loading branch information
aeplay committed Jun 5, 2019
1 parent 78eeb74 commit c4b2477
Show file tree
Hide file tree
Showing 56 changed files with 2,101 additions and 2,274 deletions.
40 changes: 37 additions & 3 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,9 @@ license = "AGPL-3.0"
[workspace]
members = [
"./cb_simulation",
"./cb_util"
"./cb_planning",
"./cb_util",
"./cb_time",
]
exclude = [
"./cb_browser_ui"
Expand Down
2 changes: 1 addition & 1 deletion cb_browser_ui/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ path = "../cb_simulation"
default-features = false

[build-dependencies]
kay_codegen = {version = "0.3.5", features = ["serde-serialization"]}
kay_codegen = {version = "0.3.10", features = ["serde-serialization"]}

[profile.release]
debug = true
63 changes: 0 additions & 63 deletions cb_browser_ui/src/browser_utils/kay_auto.rs

This file was deleted.

85 changes: 0 additions & 85 deletions cb_browser_ui/src/debug/kay_auto.rs

This file was deleted.

85 changes: 0 additions & 85 deletions cb_browser_ui/src/households_browser/kay_auto.rs

This file was deleted.

0 comments on commit c4b2477

Please sign in to comment.