Adding react_sys library as a dependency
Run this command in a terminal, in your project's directory:
cargo add react-sys
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
react-sys = "1.0.0-alpha.23"
The react_sys library will be automatically available globally.
Read the react_sys library documentation.