Skip to content

Commit

Permalink
Bump rules_python to 0.37.0
Browse files Browse the repository at this point in the history
GitOrigin-RevId: d7d2176f5f12d9f03955787395e5515db56e3123
  • Loading branch information
Vertexwahn committed Oct 19, 2024
1 parent d0416ff commit 9c13ae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion devertexwahn/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bazel_dep(name = "pugixml", version = "1.14")
bazel_dep(name = "rules_cc", version = "0.0.12")
bazel_dep(name = "rules_license", version = "0.0.8")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "rules_python", version = "0.37.0")
bazel_dep(name = "spdlog", version = "1.14.1")
bazel_dep(name = "xtensor")
bazel_dep(name = "xtl")
Expand Down
17 changes: 0 additions & 17 deletions devertexwahn/okapi/third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,3 @@
SPDX-License-Identifier: Apache-2.0
"""

cc_binary(
name = "metal_test",
srcs = ["metal_test.cpp"],
linkopts = [
"-framework Metal",
"-framework MetalKit",
"-framework AppKit",
"-framework Foundation",
"-framework QuartzCore",
],
target_compatible_with = [
"@platforms//os:macos",
],
deps = [
"@metal-cpp//:metal_headers",
],
)

0 comments on commit 9c13ae6

Please sign in to comment.