2022-06-03 17:53:57 +02:00
|
|
|
// configuration for the libSkiaSharp binary
|
|
|
|
|
{
|
|
|
|
|
"dllName": "SKIA",
|
|
|
|
|
"namespace": "SkiaSharp",
|
|
|
|
|
"namespaces": {
|
|
|
|
|
"sk_": {
|
|
|
|
|
"prefix": "SK",
|
|
|
|
|
"exclude": true
|
|
|
|
|
},
|
|
|
|
|
"gr_": {
|
|
|
|
|
"exclude": true
|
|
|
|
|
},
|
|
|
|
|
"vk_": {
|
|
|
|
|
"exclude": true
|
|
|
|
|
},
|
|
|
|
|
"sksg_": {
|
|
|
|
|
"cs": "SceneGraph",
|
|
|
|
|
"prefix": ""
|
|
|
|
|
},
|
|
|
|
|
"skottie_": {
|
|
|
|
|
"exclude": true
|
2024-02-18 17:33:24 +02:00
|
|
|
},
|
|
|
|
|
"skresources_": {
|
|
|
|
|
"exclude": true
|
2022-06-03 17:53:57 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"className": "SceneGraphApi",
|
|
|
|
|
"includeDirs": [
|
|
|
|
|
"."
|
|
|
|
|
],
|
|
|
|
|
"headers": {
|
|
|
|
|
"include/c": [ "sk_*", "gr_*", "skottie*", "sksg_*" ],
|
|
|
|
|
"include/xamarin": [ "sk_*" ]
|
|
|
|
|
},
|
|
|
|
|
"source": {
|
|
|
|
|
"src/c": [ "sk_*", "gr_*", "skottie*", "sksg_*" ],
|
|
|
|
|
"src/xamarin": [ "sk_*" ]
|
|
|
|
|
},
|
|
|
|
|
"mappings": {
|
|
|
|
|
"types": {
|
|
|
|
|
},
|
|
|
|
|
"functions": {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|