aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/go-skia
Commit message (Collapse)AuthorAge
* patch from issue 697743002Gravatar mtklein2014-11-03
| | | | | | | | | | working The key here was to get everything into a single library. Our shared library build is the easiest way to do that. Some light skimming online makes it look like perhaps cgo requires shared libraries, so that may be at play here too. BUG=skia: Review URL: https://codereview.chromium.org/698943002
* Quick and dirty test to call the C interface from GO.Gravatar stephana2014-10-31
BUG=skia: Review URL: https://codereview.chromium.org/670303005