wew 0.1.0

Cross-platform WebView rendering library for rust.
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
	<dict>
		<key>CFBundleName</key>
		<string>{name}</string>
		<key>CFBundleDisplayName</key>
		<string>{name}</string>
		<key>CFBundleIdentifier</key>
		<string>{identifier}</string>
		<key>CFBundleVersion</key>
		<string>1.0.0</string>
		<key>CFBundleShortVersionString</key>
		<string>1.0</string>
		<key>CFBundlePackageType</key>
		<string>APPL</string>
		<key>CFBundleExecutable</key>
		<string>{name}</string>
		<key>LSMinimumSystemVersion</key>
		<string>15.4</string>
		<key>NSLocalNetworkUsageDescription</key>
        <string></string>
	</dict>
</plist>