Skip to content

Commit

Permalink
Use winpty-rs version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jan 20, 2022
1 parent 1b33bf2 commit d27a9f6
Show file tree
Hide file tree
Showing 42 changed files with 146 additions and 6,050 deletions.
16 changes: 2 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,20 @@ repository = "https://github.com/spyder-ide/pywinpty"
license = "MIT"
keywords = ["pty", "pseudo-terminal", "conpty", "windows", "winpty"]
readme = "README.md"
edition = "2018"
links = "winpty"
edition = "2021"

[lib]
name = "winpty"
crate-type = ["cdylib"]

[dependencies]
libc = "0.2.81"
cxx = "1.0.45"
winpty-rs = "0.3.0"

[dependencies.pyo3]
version = "0.15.0"
features = ["extension-module"]

[build-dependencies]
cxx-build = {version = "1.0.45", features = ["parallel"]}
# pywinpty_findlib = { version = "=0.3.0", path = "findlib" }
which = "4.1.0"

[build-dependencies.windows]
version = "0.28.0"
features = [
"Win32_Foundation",
"Win32_System_LibraryLoader"
]

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
Expand Down
179 changes: 0 additions & 179 deletions build.rs

This file was deleted.

Loading

0 comments on commit d27a9f6

Please sign in to comment.