summaryrefslogtreecommitdiff
path: root/xmake/templates/zig/shared
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-28 21:55:13 +0800
committerruki <[email protected]>2026-02-28 21:55:13 +0800
commit5280c9480cb0d7d3ab55d516e296152ec273e14a (patch)
treeaf041546121010fdad5639c231ad2b2a4900aa12 /xmake/templates/zig/shared
parent71e10b70334401d46c47f574c8f46fcd20ccf818 (diff)
rewrite templates
Diffstat (limited to 'xmake/templates/zig/shared')
-rw-r--r--xmake/templates/zig/shared/src/main.zig (renamed from xmake/templates/zig/shared/project/src/main.zig)0
-rw-r--r--xmake/templates/zig/shared/src/test.zig (renamed from xmake/templates/zig/shared/project/src/test.zig)0
-rw-r--r--xmake/templates/zig/shared/template.lua2
-rw-r--r--xmake/templates/zig/shared/xmake.lua (renamed from xmake/templates/zig/shared/project/xmake.lua)0
4 files changed, 0 insertions, 2 deletions
diff --git a/xmake/templates/zig/shared/project/src/main.zig b/xmake/templates/zig/shared/src/main.zig
index 7dc7b2bc4..7dc7b2bc4 100644
--- a/xmake/templates/zig/shared/project/src/main.zig
+++ b/xmake/templates/zig/shared/src/main.zig
diff --git a/xmake/templates/zig/shared/project/src/test.zig b/xmake/templates/zig/shared/src/test.zig
index a04ec1544..a04ec1544 100644
--- a/xmake/templates/zig/shared/project/src/test.zig
+++ b/xmake/templates/zig/shared/src/test.zig
diff --git a/xmake/templates/zig/shared/template.lua b/xmake/templates/zig/shared/template.lua
deleted file mode 100644
index d7ec5bae4..000000000
--- a/xmake/templates/zig/shared/template.lua
+++ /dev/null
@@ -1,2 +0,0 @@
-template("shared")
- add_configfiles("xmake.lua")
diff --git a/xmake/templates/zig/shared/project/xmake.lua b/xmake/templates/zig/shared/xmake.lua
index a21b056bc..a21b056bc 100644
--- a/xmake/templates/zig/shared/project/xmake.lua
+++ b/xmake/templates/zig/shared/xmake.lua