Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

kernel32-sys has "*" version dependency of winapi #35

Closed oli-obk closed 9 years ago

oli-obk commented 9 years ago

I cannot build term from crates.io, because i end up with 0.1 of winapi for term and 0.2 of winapi of kernel32-sys. This causes incompatible types when kernel32-sys functions return a type that is different in winapi 0.2

alexcrichton commented 9 years ago

Pushed a new version!