Add basic slint app

This commit is contained in:
2025-12-14 19:09:13 +01:00
parent 4860851dba
commit e965518284
7 changed files with 6174 additions and 0 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"
]