More binding fixes after update
This commit is contained in:
parent
2e1987cc65
commit
cfa032b789
7 changed files with 864 additions and 56 deletions
|
|
@ -5,10 +5,8 @@
|
|||
.minimum_zig_version = "0.15.1",
|
||||
.dependencies = .{
|
||||
.@"dear-imgui" = .{
|
||||
// XXX: ...
|
||||
// .url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.2b-docking.tar.gz",
|
||||
// .hash = "N-V-__8AAPZKeQDWGL4ckVmICNUMMWIikMKny4fQHvs2tCFh",
|
||||
.path = "../imgui",
|
||||
.url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.92.2b-docking.tar.gz",
|
||||
.hash = "N-V-__8AAPZKeQDWGL4ckVmICNUMMWIikMKny4fQHvs2tCFh",
|
||||
},
|
||||
.@"Vulkan-Headers" = .{
|
||||
.url = "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.313.tar.gz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue