skiasharp/binding/libSkiaSharp.SceneGraph.json
2024-02-18 17:33:24 +02:00

45 lines
No EOL
780 B
JSON

// 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
},
"skresources_": {
"exclude": true
}
},
"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": {
}
}
}