Problem in installing iui and fltk crates

Yes I know there are many but I found these interesting and others are kind of hard.
And I am currently downloading C++ tools as you mentioned.

And just a small question, do you think it is important for someone to know c++ for rust because I don't

Edit: I finished downloading but its takig too much time for fltk to install

HEY Thanks I it's working now

Generally, no.

If you happen to use a dependency that wraps a C++ library, still hopefully not, assuming the dependency was meant to wrap the library for the purposes of programming in Rust.

1 Like

In general you don't. However, fltk-rs's Rust api is intentionally very similar to the C++ api to benefit from the more extensive C++ documentation and examples.

The cmake crate has problems parallelizing builds on Windows using the msvc toolchain. There's a fix hopefully in the upcoming release.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.