features.py
changeset 944 52a17be9c4d1
parent 784 a1d970365e41
child 1511 91538d0c242c
child 1909 bb883e063175
--- a/features.py	Tue Feb 26 01:17:53 2013 +0100
+++ b/features.py	Tue Feb 26 16:37:17 2013 +0900
@@ -1,4 +1,5 @@
 libraries = [
+    ('Native', 'NativeLib.NativeLibrary'),
     ('Python', 'py_ext.PythonLibrary'),
     ('SVGUI', 'svgui.SVGUILibrary')]