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

Switch winapi dependency to windows/windows-sys #114

Closed atouchet closed 3 months ago

atouchet commented 3 months ago

The winapi crate is no longer maintained and there are now official windows/windows-sys crates from Microsoft. term should transition from using winapi to windows/windows-sys.

Stebalien commented 3 months ago

@atouchet I've fixed this, but I don't have the ability to test it beyond running the windows tests in CI. Can you validate that the latest commit on master works on Windows before I cut a release?

Stebalien commented 3 months ago

Well, the tests pass so I'm going to assume it works (mostly mechanical changes so it should).

Stebalien commented 3 months ago

(I've cut a 1.0 release)

cole-h commented 2 months ago

@Stebalien Sorry to necro this thread, but could you also tag the 1.0.0 release commit as such? Right now, there are only tags for up to 0.7.0 on GitHub. Thanks!

Stebalien commented 2 months ago

Tagged.

cole-h commented 2 months ago

Thanks a ton!!!