Skip to content

Commit 3f6922a

Browse files
committed
unity.webp 0.3.7 - (libwebp version v1.2.2)
- apply: Externalize Unsafe dll for compatibility with other packages that depend on it #46
1 parent 0c04c9a commit 3f6922a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ As a shared dependency, this uses the openUPM package `com.system-community.syst
2626
```json
2727
{
2828
"dependencies": {
29-
"com.netpyoung.webp": "0.3.6"
29+
"com.netpyoung.webp": "0.3.7"
3030
},
3131
"scopedRegistries": [
3232
{
@@ -48,7 +48,7 @@ using `#{version}` for versioning.
4848
ex)
4949

5050
``` json
51-
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.6",
51+
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.7",
5252
"com.system-community.systemruntimecompilerservicesunsafe": "https://github.com/system-community/SystemRuntimeCompilerServicesUnsafe.git?path=Assets/_Root#6.0.0",
5353

5454
```

unity_project/Assets/unity.webp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.netpyoung.webp",
33
"displayName": "Unity.WebP",
4-
"version": "0.3.6",
4+
"version": "0.3.7",
55
"unity": "2018.4",
66
"description": "webp made easy for Unity3d.",
77
"keywords": ["webp","unity.webp"],

unity_project/Assets/unitypackage-builder/Editor/PackageTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class PackageTool
55
[MenuItem("Package/Update Package")]
66
private static void UpdatePackage()
77
{
8-
const string VERSION = "0.3.6";
8+
const string VERSION = "0.3.7";
99
AssetDatabase.ExportPackage(
1010
new[] {"Assets/unity.webp"},
1111
$"../webp-{VERSION}.unitypackage",

0 commit comments

Comments
 (0)