{"id":23037002,"url":"https://github.com/goki/vulkan_mac_deps","last_synced_at":"2026-02-26T06:42:12.860Z","repository":{"id":85710012,"uuid":"529389088","full_name":"goki/vulkan_mac_deps","owner":"goki","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-21T03:37:59.000Z","size":14298,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T23:17:34.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Starlark","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goki.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}},"created_at":"2022-08-26T19:57:57.000Z","updated_at":"2024-07-21T03:38:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1154d9b-ae57-4b19-95c9-891c4b732f2d","html_url":"https://github.com/goki/vulkan_mac_deps","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/goki/vulkan_mac_deps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goki%2Fvulkan_mac_deps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goki%2Fvulkan_mac_deps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goki%2Fvulkan_mac_deps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goki%2Fvulkan_mac_deps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goki","download_url":"https://codeload.github.com/goki/vulkan_mac_deps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goki%2Fvulkan_mac_deps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267730472,"owners_count":24135520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":"2024-12-15T17:28:22.233Z","updated_at":"2025-10-31T14:05:58.856Z","avatar_url":"https://github.com/goki.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vulkan dependencies\n\nExists to host the dependencies needed to build Vulkan programs.\n\nsee `sdk/ios` and `sdk/macOS` for further info\n\n# Old Bazel info:\n\nWe are not using this anymore, but it might be useful to someone:\n\nThis lets [Bazel](https://bazel.build) build and run programs without\nrelying on the system having the Vulkan SDK installed. Also, it is used\nby `goki setup` to download the `.framework` needed for building Vulkan\napps for iOS.\n\n## Example usage\n\nWORKSPACE.bazel:\n\n```py\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n\nvulkan_mac_deps_version = \"1.3.239.0\"\n\nhttp_archive(\n    name = \"com_github_goki_vulkan_mac_deps\",\n    sha256 = \"348bc84c0fc1f1e79fb28bcf83454faa2a84c4d4c2286225d4413830a3c0a29c\",\n    strip_prefix = \"vulkan_mac_deps-%s\" % vulkan_mac_deps_version,\n    url = \"https://github.com/goki/vulkan_mac_deps/archive/refs/tags/%s.tar.gz\" % vulkan_mac_deps_version,\n)\n```\n\nBUILD.bazel:\n\n```py\ngo_library(\n    ...\n    cdeps = select({\n        \"@io_bazel_rules_go//go/platform:darwin\": [\n            \"@com_github_goki_vulkan_mac_deps//:vulkan_mac_deps\",\n        ],\n        \"//conditions:default\": [],\n    }),\n    ...\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoki%2Fvulkan_mac_deps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoki%2Fvulkan_mac_deps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoki%2Fvulkan_mac_deps/lists"}