Merge pull request #424 from BenGachowski/master

Add [defines] section to cbindgen.toml
This commit is contained in:
Patrick Walton 2020-07-29 10:44:40 -07:00 committed by GitHub
commit c6151da254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -58,3 +58,8 @@ include = [
"Scene" = "PFScenePrivate" "Scene" = "PFScenePrivate"
"SceneProxy" = "PFSceneProxyPrivate" "SceneProxy" = "PFSceneProxyPrivate"
"SVGScene" = "PFSVGScenePrivate" "SVGScene" = "PFSVGScenePrivate"
[defines]
"target_os = macos" = "__APPLE__"
"feature = pf-text" = "PATHFINDER_TEXT"
"feature = pf-gl" = "PATHFINDER_GL"