mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Skia does some nasty things that break with DLL calls like having virtual dtors without a body definition (and it's honestly surprising that it even builds to begin with the way it's done, but apparently they use some linking symbol voodoo to work around that in dependent classes). Not wanting to have to pull Google code apart to try and fix that for something we're only using for canvas anyway, it's better to just let Skia reside in libxul instead. |
||
|---|---|---|
| .. | ||
| patches | ||
| skia | ||
| dump_mozbuild.py | ||
| generate_mozbuild.py | ||
| gyp_mozbuild | ||
| LICENSE | ||
| moz.build | ||
| README | ||
| README_COMMITTING | ||
| README_MOZILLA | ||
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at http://code.google.com/p/skia/wiki/DocRoot