Skip to content

Commit

Permalink
zerotier#213 compilation error fix (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
slashfast committed Jun 25, 2023
1 parent 8d21a26 commit 952fd34
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 142 deletions.
196 changes: 57 additions & 139 deletions pkg/crate/libzt/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pkg/crate/libzt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ categories = ["network-programming", "cryptography"]
[dependencies]

[build-dependencies]
bindgen = "0.58"
bindgen = "0.66"
libc = "0.2"
cmake = "0.1"

[lib]
name = "libzt"
path = "src/lib.rs"

[[example]]
[[target.'cfg(unix)'.example]]
name = "libzt-test-app"
path = "src/examples/libzt-test-app.rs"

0 comments on commit 952fd34

Please sign in to comment.