{"id":42608300,"url":"https://github.com/zaucy/rules_vulkan","last_synced_at":"2026-01-29T02:17:12.745Z","repository":{"id":47324765,"uuid":"202984890","full_name":"zaucy/rules_vulkan","owner":"zaucy","description":"Vulkan SDK setup for Bazel","archived":false,"fork":false,"pushed_at":"2025-12-12T02:56:55.000Z","size":41,"stargazers_count":10,"open_issues_count":14,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-13T02:42:55.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaucy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-18T09:40:26.000Z","updated_at":"2025-11-02T18:55:47.000Z","dependencies_parsed_at":"2024-06-25T19:27:06.085Z","dependency_job_id":"7361fbf9-3be5-40f8-bda7-feffe5fb8cf5","html_url":"https://github.com/zaucy/rules_vulkan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zaucy/rules_vulkan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaucy%2Frules_vulkan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaucy%2Frules_vulkan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaucy%2Frules_vulkan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaucy%2Frules_vulkan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaucy","download_url":"https://codeload.github.com/zaucy/rules_vulkan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaucy%2Frules_vulkan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28860683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"online","status_checked_at":"2026-01-29T02:00:06.714Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-29T02:17:11.337Z","updated_at":"2026-01-29T02:17:12.730Z","avatar_url":"https://github.com/zaucy.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vulkan SDK with Bazel\n\n## Installation\n\n`rules_vulkan` relies on [`rules_7zip`](https://github.com/zaucy/rules_7zip) for extracting the Vulkan SDK on Windows.\n\n```python\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n\nhttp_archive(\n    name = \"rules_7zip\",\n    strip_prefix = \"rules_7zip-e95ba876db445cf2c925c02c4bc18ed37a503fd8\",\n    url = \"https://github.com/zaucy/rules_7zip/archive/e95ba876db445cf2c925c02c4bc18ed37a503fd8.zip\",\n    sha256 = \"b66e1c712577b0c029d4c94228dba9c8aacdcdeb88c3b1eeeffd00247ba5a856\",\n)\n\nload(\"@rules_7zip//:setup.bzl\", \"setup_7zip\")\n\nsetup_7zip()\n\n# Replace with latest repository commit hash\nRULES_VULKAN_COMMIT = \"\"\n\nhttp_archive(\n    name = \"com_github_zaucy_rules_vulkan\",\n    strip_prefix = \"rules_vulkan-{}\".format(RULES_VULKAN_COMMIT),\n    url = \"https://github.com/zaucy/rules_vulkan/archive/{}.zip\".format(RULES_VULKAN_COMMIT),\n)\n\nload(\"@com_github_zaucy_rules_vulkan//:repo.bzl\", \"vulkan_repos\")\n\nvulkan_repos()\n```\n\n## Similar projects\n\n- [jadarve/rules_vulkan](https://github.com/jadarve/rules_vulkan)\n- [mxpv/rules_vulkan](https://github.com/mxpv/rules_vulkan/)\n\n## License\n\nThis repository is licensed under MIT. Please note that `rules_vulkan` downloads the Vulkan SDK from [LunarG](https://www.lunarg.com/) which has its own licenses and agreements you must adhere to.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaucy%2Frules_vulkan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaucy%2Frules_vulkan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaucy%2Frules_vulkan/lists"}