Skip to content

Commit

Permalink
Workspace support (#276)
Browse files Browse the repository at this point in the history
* Added cargo workspaces support

* Updated smoketest

* Updated examples

* Addressed PR feedback

* Addressed PR feedback

* Addressed PR feedback

* Addressed PR feedback

* Addressed PR feedback

* Addressed PR feedback

* Addressed PR feedback

* Addressed PR feedback

* Slight cleanup of new code

* Addressed PR feedback

* Addressed PR feedback

* Addressed PR feedback

* Fixed typos

* Addressed PR feedback
  • Loading branch information
UebelAndre committed Nov 21, 2020
1 parent 4eed19e commit fe8bca0
Show file tree
Hide file tree
Showing 79 changed files with 2,491 additions and 2,671 deletions.
2 changes: 1 addition & 1 deletion examples/remote/binary_dependencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ extra_aliased_targets = ["cargo_bin_texture_synthesis"]
[package.metadata.raze.crates.crossbeam-utils.'0.7.2']
gen_buildrs = false

[package.metadata.raze.crates.image.'0.23.0']
[package.metadata.raze.crates.image.'0.23.10']
data_attr = "[\"README.md\"]"
36 changes: 0 additions & 36 deletions examples/remote/binary_dependencies/cargo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,42 +21,6 @@ alias(
],
)

alias(
name = "atty",
actual = "@remote_binary_dependencies__atty__0_2_14//:atty",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "indicatif",
actual = "@remote_binary_dependencies__indicatif__0_14_0//:indicatif",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "structopt",
actual = "@remote_binary_dependencies__structopt__0_3_9//:structopt",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "texture_synthesis",
actual = "@remote_binary_dependencies__texture_synthesis__0_8_0//:texture_synthesis",
tags = [
"cargo-raze",
"manual",
],
)

alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
Expand Down
Loading

0 comments on commit fe8bca0

Please sign in to comment.