hi-ogawa / pdf-rs-wasm

0 stars 0 forks source link

chore: git subtree for deps #4

Closed hi-ogawa closed 1 year ago

hi-ogawa commented 1 year ago

Since diff is becoming huge, patch is not really appropriate at this point. Also, it would be too tedious to fork all of these repositories. First time trying git subtree, but it looks reasonable use cases here.

git subtree add --prefix subtree/cachelib   https://github.com/s3bk/cachelib     master --squash
git subtree add --prefix subtree/pdf_fonts  https://github.com/s3bk/pdf_fonts    master --squash
git subtree add --prefix subtree/pdf        https://github.com/pdf-rs/pdf        master --squash
git subtree add --prefix subtree/pdf_render https://github.com/pdf-rs/pdf_render master --squash

todo

reference