Skip to content

Commit

Permalink
chore: support windows as target
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jan 19, 2024
1 parent 9a070e7 commit d7d49b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ci = ["github"]
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "plan"

Expand All @@ -53,6 +53,9 @@ protobuf-compiler = '*'
protobuf = '*'
sqlite = '*'

[workspace.metadata.dist.dependencies.chocolatey]
protoc = '*'

[patch.crates-io]
secp256k1-zkp = { git = "https://github.com/dpc/rust-secp256k1-zkp/", branch = "sanket-pr" }
ring = { git = "https://github.com/dpc/ring", rev = "5493e7e76d0d8fb1d3cbb0be9c4944700741b802" }
Expand Down

0 comments on commit d7d49b9

Please sign in to comment.