Can you elaborate on this, or point to a good source of more info on the topic? As a longtime C++ programmer starting to look at Rust, I'm quite interested.
Please name one GUI library written in Rust which is widely used in production.
Exactly, there are none (yet). Unlike C++ which has Qt and WxWidgets which are all mature open-source GUI libraries and are used in production and seen in the wild.
We seem to be talking about safety-critical systems here. You don't need a GUI library for a safety-critical application, nor is any GUI system ever safety-critical (though it could interface to safety-critical systems).
I'm guessing that you think there's an agenda behind my question. Just to clarify, I really am just trying to understand the current lay of the land regarding Rust.
It is just an open question about the state of mature cross-platform GUI libraries in Rust. My point is that the current state is that compared to C++, the Rust ecosystem is not mature (yet) and there are no production ready cross-platform GUI libraries written in Rust.
That is one setback when trying to consider using Rust for cross-platform GUI development.