Skip to content

Commit

Permalink
added a linux and windows exe build
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentine-Mario committed Jul 4, 2020
1 parent 35696e9 commit 878bb51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1"
regex = "1"

[target.x86_64-unknown-linux-gnu]
linker= "x86_64-unknown-linux-gnu"

[target.x86_64-pc-windows-gnu]
linker="x86_64-pc-windows-gnu"
Binary file added scml
Binary file not shown.
Binary file added scml.exe
Binary file not shown.

0 comments on commit 878bb51

Please sign in to comment.