Skip to content

Commit c040eec

Browse files
authored
Add cross-compile option for Windows (#4)
1 parent 6cf820f commit c040eec

2 files changed

Lines changed: 19 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name = "mtx_to_csv"
33
version = "0.1.0"
44
edition = "2024"
55

6+
[target.x86_64-pc-windows-gnu]
7+
linker = "x86_64-w64-mingw32-gcc"
8+
ar = "x86_64-w64-mingw32-ar"
9+
610
[dependencies]
711
byteorder = "1.5.0"
8-
flate2 = "1.1.1"
9-
rayon = "1.10.0"
12+
flate2 = "1.1.9"
13+
rayon = "1.11.0"

0 commit comments

Comments
 (0)