use cratecargo;
/// Returns `true` if the download of prebuilt binaries should be forced.
///
/// This can be used to test and download prebuilt binaries from within a repository build.
/// If this environment variable is not set, binaries are downloaded from crate builds only.
/// The URL template to download the Skia binaries from.
///
/// `{tag}` will be replaced by the Tag (usually the released skia-binding's crate's version).
/// `{key}` will be replaced by the Key (a combination of the repository hash, target, and features).
///
/// `file://` URLs are supported for local testing.
/// The default URL template to download the binaries from.
/// Force to build Skia, even if there is a binary available.