Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active May 3, 2022 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morfly/a6c56aef0b339ddff3239bf99dafbf96 to your computer and use it in GitHub Desktop.
Save Morfly/a6c56aef0b339ddff3239bf99dafbf96 to your computer and use it in GitHub Desktop.
# WORKSPACE
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "rules_vulkan",
remote = "https://github.com/jadarve/rules_vulkan.git",
tag = "v0.0.6"
)
load("@rules_vulkan//vulkan:repositories.bzl", "vulkan_repositories")
vulkan_repositories()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment