harfbuzz / harfbuzzjs

Providing HarfBuzz shaping library for client/server side JavaScript projects
https://harfbuzz.github.io/harfbuzzjs/
Other
204 stars 35 forks source link

Use HarfBuzz as a git module and remove non-HarfBuzz experiments #59

Closed khaledhosny closed 2 years ago

khaledhosny commented 2 years ago

It seem that this repository was turned into some compile-libraries-as-wasm experiment at some point. I removed anything that is not HarfBuzz, and turned HarfBuzz source into an actual submodule.

BaseMax commented 2 years ago

Hi Khaled, So this PR going to add a submodule layer to refuse to repeat files?

[submodule "harfbuzz"]
    path = harfbuzz
    url = https://github.com/harfbuzz/harfbuzz.git
khaledhosny commented 2 years ago

Hi Khaled, So this PR going to add a submodule layer to refuse to repeat files?

[submodule "harfbuzz"]
  path = harfbuzz
  url = https://github.com/harfbuzz/harfbuzz.git

Yes.