Skip to content

Commit

Permalink
unity.webp 0.3.7 - (libwebp version v1.2.2)
Browse files Browse the repository at this point in the history
- apply: Externalize Unsafe dll for compatibility with other packages that depend on it #46
  • Loading branch information
netpyoung committed Jun 4, 2022
1 parent 0c04c9a commit 3f6922a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ As a shared dependency, this uses the openUPM package `com.system-community.syst
```json
{
"dependencies": {
"com.netpyoung.webp": "0.3.6"
"com.netpyoung.webp": "0.3.7"
},
"scopedRegistries": [
{
Expand All @@ -48,7 +48,7 @@ using `#{version}` for versioning.
ex)

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

```
Expand Down
2 changes: 1 addition & 1 deletion unity_project/Assets/unity.webp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.netpyoung.webp",
"displayName": "Unity.WebP",
"version": "0.3.6",
"version": "0.3.7",
"unity": "2018.4",
"description": "webp made easy for Unity3d.",
"keywords": ["webp","unity.webp"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class PackageTool
[MenuItem("Package/Update Package")]
private static void UpdatePackage()
{
const string VERSION = "0.3.6";
const string VERSION = "0.3.7";
AssetDatabase.ExportPackage(
new[] {"Assets/unity.webp"},
$"../webp-{VERSION}.unitypackage",
Expand Down

0 comments on commit 3f6922a

Please sign in to comment.