Skip to content

Commit

Permalink
update rust setup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Dec 15, 2024
1 parent 45bed37 commit 365b6b0
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .cargo/config

This file was deleted.

8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build]
target="i686-pc-windows-msvc"

[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]

[target.8686-win7-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Cargo.lock
target
*.dll
*.gex
Expand Down
Loading

0 comments on commit 365b6b0

Please sign in to comment.