gpu-dawn: use direct3d-headers via package manager
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2f3c58faf9
commit
65adec7453
4 changed files with 43 additions and 13 deletions
10
libs/gpu/build.zig.zon
Normal file
10
libs/gpu/build.zig.zon
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.{
|
||||
.name = "mach-gpu",
|
||||
.version = "0.2.0",
|
||||
.dependencies = .{
|
||||
.direct3d_headers = .{
|
||||
.url = "https://github.com/hexops/direct3d-headers/archive/773dce3f079eecdccc7c71d1318a0741649d568b.tar.gz",
|
||||
.hash = "12200d2155216c5eb5f111282cd355b5433cad6a68fd040294e695149cba329f7c12",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue