/
dgrigorev
/
SkiaSharp
Обзор
Документация
Войти
/
dgrigorev
/
SkiaSharp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
binding/libSkiaSharp.SceneGraph.json
45 строк
780 B
Matthew Leibowitz
Bind Skottie's Animation Builder (#2630)
18 фев 2024, 18:33
Не верифицирован
18 фев 2024, 18:33
42fc018
Код
Авторство
О чём код?
// 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": { } } }