Skip to content

Commit

Permalink
Regenerate bindgen raze outputs (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Oct 15, 2020
1 parent 6f08e26 commit 7dfb245
Show file tree
Hide file tree
Showing 52 changed files with 1,936 additions and 912 deletions.
23 changes: 21 additions & 2 deletions bindgen/raze/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
@generated
cargo-raze workspace build file.
DO NOT EDIT! Replaced on runs of cargo-raze
Expand All @@ -10,14 +11,32 @@ licenses([
"notice", # See individual crates for specific licenses
])

# Aliased targets
alias(
name = "bindgen",
actual = "@raze__bindgen__0_54_0//:bindgen",
actual = "@rules_rust_bindgen__bindgen__0_54_0//:bindgen",
tags = [
"cargo-raze",
"manual",
],
)

alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_bindgen",
actual = "@raze__bindgen__0_54_0//:cargo_bin_bindgen",
actual = "@rules_rust_bindgen__bindgen__0_54_0//:cargo_bin_bindgen",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "libloading",
actual = "@rules_rust_bindgen__libloading__0_5_0//:libloading",
tags = [
"cargo-raze",
"manual",
],
)
42 changes: 42 additions & 0 deletions bindgen/raze/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
"""
@generated
cargo-raze workspace build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""

package(default_visibility = ["//visibility:public"])

licenses([
"notice", # See individual crates for specific licenses
])

# Aliased targets
alias(
name = "bindgen",
actual = "@rules_rust_bindgen__bindgen__0_54_0//:bindgen",
tags = [
"cargo-raze",
"manual",
],
)

alias(
# Extra aliased target, from raze configuration
# N.B.: The exact form of this is subject to change.
name = "cargo_bin_bindgen",
actual = "@rules_rust_bindgen__bindgen__0_54_0//:cargo_bin_bindgen",
tags = [
"cargo-raze",
"manual",
],
)

alias(
name = "libloading",
actual = "@rules_rust_bindgen__libloading__0_5_0//:libloading",
tags = [
"cargo-raze",
"manual",
],
)
Loading

0 comments on commit 7dfb245

Please sign in to comment.