diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-22 00:17:53 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-22 00:17:53 +0200 |
commit | 85985c4408906b18eb451ca94edabaa0c3607817 (patch) | |
tree | d5a596f02e4070153fa2785f77f4ee267d1fb914 /main/BUILD | |
parent | 2f7f41f3b8b9886b55858111a56500d2fb2fd4e8 (diff) |
Add Vulkan loader
Diffstat (limited to 'main/BUILD')
-rw-r--r-- | main/BUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,8 +4,7 @@ cc_binary( "main.cpp",
],
deps = [
- "//3rd_party/vulkan",
+ "//deimos/vulkan",
"//deimos/core",
],
)
-
|