Armin
Armin
@calebcartwright Never thought of that one toolchain could affect another, so I've uninstalled all nightly toolchains and verified that json output goes along with stable on Windows, macOS, and Linux....
`file://` support for `SKIA_BINARIES_URL` landed in master through #645, closing.
I'm not using Visual Studio anymore, someone else has to step in if the VSIX is not compatible with other platforms.
@StringKe You can use the svg in and [this test case](https://github.com/rust-skia/rust-skia/blob/ef7eebd1ebb9c473d9f92877948ec5eae23387a8/skia-safe/src/modules/svg.rs#L262-L272) shows how to use the API.
This is a known problem, docs.rs build scripts execute rustdoc in a docker container without network access. I'm planning to detect the `DOCS_RS` environment variable and copy over a pre-generated...
Reopening because 0.56 failed: ``` [INFO] [stderr] Compiling skia-bindings v0.56.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `skia-bindings v0.56.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by:...
> Have you considered asking the docs.rs team to make an exception on rust-skia to allow it to run without the offline mode, so it can download the prebuilt binaries?...
I've tried to patch in the bindings in with the 0.66.0 release, but failed. The current showstopper here is that with `--allow-dirty`, `cargo publish` won't generate a `.cargo_vcs_info` file and...
@marc2332 This is awesome, congratulations 🎉 ! And thank you a lot for the credits.
@tronical You are right, seems like that `--allow-dirty` slipped through because of all the experiments made. I'll prepare a new release which takes a few hours. Sorry for that.