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
I cloned the repo and ran, in the base of the repository:
$ cargo build --release --features="cairo-backend" -p rendersvg $ ./target/release/rendersvg
This resulted in the error
Error: rendersvg has been built without any backends.
I have not tried the qt backend.
The text was updated successfully, but these errors were encountered:
Looks like a cargo bug. You should not use the -p, --package flag. Run cargo build directly in the tools/rendersvg.
-p, --package
cargo build
tools/rendersvg
Yeap, kinda a bug: rust-lang/cargo#5364
Sorry, something went wrong.
No branches or pull requests
I cloned the repo and ran, in the base of the repository:
This resulted in the error
I have not tried the qt backend.
The text was updated successfully, but these errors were encountered: