Rename crate folders

This commit is contained in:
2025-12-28 14:50:09 +01:00
parent f15bba480a
commit 245246d083
24 changed files with 6 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
[target.x86_64-pc-windows-msvc]
# Increase default stack size to avoid running out of stack
# space in debug builds. The size matches Linux's default.
rustflags = [
"-C", "link-arg=/STACK:8000000"
]
[target.aarch64-pc-windows-msvc]
# Increase default stack size to avoid running out of stack
# space in debug builds. The size matches Linux's default.
rustflags = [
"-C", "link-arg=/STACK:8000000"
]