pub async fn install_libraries(
options: &InstallOptions,
update_sender: Sender<InstallationUpdate>,
) -> InstallationResult<()>
Expand description
Installs all libraries as defined in the provided version data. Also extracts native versions of said libraries.
This function provides updates during installation.