aboutsummaryrefslogtreecommitdiff
path: root/examples/hello_world_zig/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world_zig/project.conf')
-rw-r--r--examples/hello_world_zig/project.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hello_world_zig/project.conf b/examples/hello_world_zig/project.conf
new file mode 100644
index 0000000..6ad2e1b
--- /dev/null
+++ b/examples/hello_world_zig/project.conf
@@ -0,0 +1,5 @@
+[package]
+name = "hello_world_zig"
+type = "executable"
+version = "0.1.0"
+platforms = ["any"]