We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating Nix shows problems because the project depends on a nightly and stable verison of Rust right now.
The nightly verison is needed because of:
web
build-std
android
Until maplibre-rs is even remotely stable it makes sense to use onyl the nightly I beleive and simplify setup.
In nix we can get the path to Rust like that:
export RUST_PATH="${rust}/bin"; export RUST_SRC_PATH="${rust}/lib/rustlib/src/rust/library";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Integrating Nix shows problems because the project depends on a nightly and stable verison of Rust right now.
The nightly verison is needed because of:
web
uses thebuild-std
feature for multithreadingandroid
uses nightly for unknown reasonsUntil maplibre-rs is even remotely stable it makes sense to use onyl the nightly I beleive and simplify setup.
In nix we can get the path to Rust like that:
The text was updated successfully, but these errors were encountered: