Skip to content

Commit

Permalink
build: static msvc runtim on Windows (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Jul 18, 2024
1 parent 622f1fa commit 497a332
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
2 changes: 1 addition & 1 deletion .taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ exclude = ["node_modules/**/*.toml"]
# https://taplo.tamasfe.dev/configuration/formatter-options.html
[formatting]
align_entries = true
column_width = 180
indent_tables = true
reorder_keys = true
column_width = 180

0 comments on commit 497a332

Please sign in to comment.