add world plugin

This commit is contained in:
2026-06-03 15:49:13 -05:00
parent e09b7d2537
commit afd2647b17
9 changed files with 1642 additions and 740 deletions
+8
View File
@@ -0,0 +1,8 @@
# for Linux
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
# for Windows
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"