Skip to content

Commit

Permalink
try: build uv myself
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Aug 28, 2024
1 parent 45032c7 commit dec2a67
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 89 deletions.
87 changes: 1 addition & 86 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ log = { version = "0.4", features = ["std"] }
libc = "0.2"
bytecount = "0.6.3"
context = "3.0.0"
libuv-sys2 = "1.48.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "wincrypt"] }

[dev-dependencies]
rand = "0.8"

[build-dependencies]
cc = "1.0"

[lib]
name = "vm"
path = "src/lib.rs"
Expand Down
Loading

0 comments on commit dec2a67

Please sign in to comment.