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

Remove byteorder-dependency #98

Closed lukaslueg closed 5 years ago

lukaslueg commented 5 years ago

This removes the byteorder-dependency, which is unneeded since 1.32 and gets pulled in a lot due to term.

lukaslueg commented 5 years ago

I took liberty to rebase and force-push

Stebalien commented 5 years ago

Published so you can remove the dep.