# OpenPencil C-hard fork of rust-skia 0.97.0.
#
# The Skia C++ source tree under `skia-bindings/skia/` is fetched at
# build time by `build_support/binary_cache/download.rs` (untar of
# rust-skia/skia.tar.gz, ~770 MB once expanded). It is NOT vendored
# into git — committing 30k+ upstream files would balloon the repo.
#
# `build_support/platform/wasm_unknown.rs::install_activate_emsdk_stub`
# overwrites `skia/bin/activate-emsdk` with our no-op stub on every
# wasm32-unknown-unknown gn_args invocation, so a freshly-untarred
# tree is patched before GN runs.
skia-bindings/skia/

# Cargo build artifacts (in case someone runs cargo from inside the
# fork directly; normally these go under workspace target/).
target/
**/target/
