examples/loader: add missing stdx dependency.
This commit is contained in:
parent
aa7fae449e
commit
937cdec324
@ -5,6 +5,7 @@ zig_cc_binary(
|
||||
main = "main.zig",
|
||||
deps = [
|
||||
"@zml//async",
|
||||
"@zml//stdx",
|
||||
"@zml//zml",
|
||||
],
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user