Merge branch 'extra-derives' into 'master'
Extra derives & performance optimizations See merge request redox-os/termion!149
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 7 additions, 7 deletions.gitlab-ci.yml
- Cargo.toml 3 additions, 0 deletionsCargo.toml
- src/color.rs 71 additions, 8 deletionssrc/color.rs
- src/cursor.rs 42 additions, 7 deletionssrc/cursor.rs
- src/lib.rs 2 additions, 0 deletionssrc/lib.rs
- src/macros.rs 8 additions, 0 deletionssrc/macros.rs
... | ... | @@ -9,6 +9,9 @@ license = "MIT" |
keywords = ["tty", "color", "terminal", "password", "tui"] | ||
exclude = ["target", "CHANGELOG.md", "image.png", "Cargo.lock"] | ||
[dependencies] | ||
numtoa = { version = "0.1.0", features = ["std"]} | ||
[target.'cfg(not(target_os = "redox"))'.dependencies] | ||
libc = "0.2.8" | ||
... | ... |
Please register or sign in to comment