|
1 | | -workspace(name = "ecsact_sdk") |
2 | | - |
3 | | -load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file") |
4 | | - |
5 | | -http_file( |
6 | | - name = "ecsact_rust_codegen_windows", |
7 | | - downloaded_file_path = "ecsact_rust_codegen.dll", |
8 | | - sha256 = "d35c8226f4953faf2d527d295c41adefd3215c61bad6f709e8ac812919c07daf", |
9 | | - url = "https://github.com/ecsact-dev/ecsact_lang_rust/releases/download/0.1.0/ecsact_rust_codegen_bin.dll", |
10 | | -) |
11 | | - |
12 | | -http_file( |
13 | | - name = "ecsact_rust_codegen_linux", |
14 | | - downloaded_file_path = "ecsact_rust_codegen.so", |
15 | | - sha256 = "cac4856b63217960b4194812119def5f9a7126483533cc24e847abe66a120536", |
16 | | - url = "https://github.com/ecsact-dev/ecsact_lang_rust/releases/download/0.1.0/ecsact_rust_codegen_bin.so", |
17 | | -) |
18 | | - |
19 | | -http_archive( |
20 | | - name = "rules_7zip", |
21 | | - sha256 = "a1603959be68272506849a7ed91e7acd4c2b036a2df1b6d9112c7733a7d607db", |
22 | | - strip_prefix = "rules_7zip-b064ada4b7878bc83be680fa55fcb16c893f594f", |
23 | | - urls = ["https://github.com/zaucy/rules_7zip/archive/b064ada4b7878bc83be680fa55fcb16c893f594f.zip"], |
24 | | -) |
25 | | - |
26 | | -load("@rules_7zip//:setup.bzl", "setup_7zip") |
27 | | - |
28 | | -setup_7zip() |
29 | | - |
30 | | -http_archive( |
31 | | - name = "rules_blender", |
32 | | - integrity = "sha256-HKH9Y2wiL/EkVEFcaCZHT8ACW8SHX24UZ8EHEhwcI8w=", |
33 | | - strip_prefix = "rules_blender-e5f5b1ef894fe4da7b3cbf85ca857b6fd3bdffba", |
34 | | - urls = ["https://github.com/zaucy/rules_blender/archive/e5f5b1ef894fe4da7b3cbf85ca857b6fd3bdffba.zip"], |
35 | | -) |
36 | | - |
37 | | -load("@rules_blender//:repo.bzl", "blender_repository") |
38 | | - |
39 | | -blender_repository(name = "blender", blender_version = "system", only_system_installed_blender = True) |
40 | | - |
41 | | -http_archive( |
42 | | - name = "ecsact_logo", |
43 | | - sha256 = "1f4c838f694b7be9c9280ce6da17729d54bf04683f3d0015356e22a064a32185", |
44 | | - strip_prefix = "logo-f2c8a487ea702a551e00044e766bc913c5e7c771", |
45 | | - urls = ["https://github.com/ecsact-dev/logo/archive/f2c8a487ea702a551e00044e766bc913c5e7c771.zip"], |
46 | | -) |
0 commit comments