examples/loader: add missing stdx dependency.

This commit is contained in:
Foke Singh 2023-08-30 13:03:59 +00:00
parent aa7fae449e
commit 937cdec324

View File

@ -5,6 +5,7 @@ zig_cc_binary(
main = "main.zig",
deps = [
"@zml//async",
"@zml//stdx",
"@zml//zml",
],
)