Switched to using SafeHandle for native code interrupt.

- Created a new internal YGNodeHandle class extending SafeHandle.
- YogaNode now stores a reference to YGNodeHandle.
- Removed finalizer from YogaNode.
- Pulling in System.Runtime.Handles 4.3.0.
This commit is contained in:
Filip Frącz
2016-12-23 00:00:37 -06:00
parent e43c9f66ff
commit 0371d9f613
3 changed files with 97 additions and 79 deletions

View File

@@ -3,7 +3,8 @@
"version": "3.0.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0"
"NETStandard.Library": "1.6.0",
"System.Runtime.Handles": "4.3.0"
},
"frameworks": {