6 Star 3 Fork 15

OpenHarmony/third_party_rust_cxx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WORKSPACE 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
Future 提交于 2024-04-02 19:59 . cxx 1.0.91升级至1.0.97
workspace(name = "cxx.rs")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "50ec4b84a7ec5370f5882d52f4a1e6b8a75de2f8dcc0a4403747b69b2c4ef5b1",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.23.0/rules_rust-v0.23.0.tar.gz"],
)
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
rules_rust_dependencies()
rust_register_toolchains(
versions = ["1.69.0"],
)
load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies")
crate_universe_dependencies()
load("//third-party/bazel:defs.bzl", "crate_repositories")
crate_repositories()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_rust_cxx.git
git@gitee.com:openharmony/third_party_rust_cxx.git
openharmony
third_party_rust_cxx
third_party_rust_cxx
master

搜索帮助