netthier / owofetch-rs

owo!
GNU General Public License v3.0
13 stars 2 forks source link

Add windows support ya dingus #1

Open AlvinThorn008 opened 3 years ago

AlvinThorn008 commented 3 years ago

owo-fetch currently is unavailable on Windows because some of the libraries it uses(and the author's views). This library shouldn't be limited to linux platforms because owo is for everyone and anything otherwise is cruel.

Thank you for your time.

netthier commented 3 years ago

~PRs are open~ I will look into this soon, stay tuned.

QueenPew commented 3 years ago

ffs use WSL you dingus :)

d0x7 commented 1 year ago

Yeaah, just wanted to compile it for MacOS and the same issue here basically. I have no clue of rust, but fails for probably similar reasons.

Said error ```rust Compiling owofetch v0.2.2 (owofetch-rs) error[E0432]: unresolved import `uwuifier::uwuify_str_sse` --> src/main.rs:15:5 | 15 | use uwuifier::uwuify_str_sse; | ^^^^^^^^^^^^^^^^^^^^^^^^ no `uwuify_str_sse` in the root error[E0425]: cannot find function `uwuify_str_sse` in crate `uwuifier` --> src/main.rs:95:32 | 51 | uwu!(" {}", art_line.color(color)); | ------------------------------------ in this macro invocation ... 95 | print!("{}", uwuifier::uwuify_str_sse(&format!($($arg)*))) | ^^^^^^^^^^^^^^ not found in `uwuifier` | = note: this error originates in the macro `uwu` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0425]: cannot find function `uwuify_str_sse` in crate `uwuifier` --> src/main.rs:95:32 | 55 | uwu!(" {}", art_line.color(color)); | ------------------------------------ in this macro invocation ... 95 | print!("{}", uwuifier::uwuify_str_sse(&format!($($arg)*))) | ^^^^^^^^^^^^^^ not found in `uwuifier` | = note: this error originates in the macro `uwu` (in Nightly builds, run with -Z macro-backtrace for more info) Some errors have detailed explanations: E0425, E0432. For more information about an error, try `rustc --explain E0425`. error: could not compile `owofetch` due to 3 previous errors ```