Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksgfk committed Aug 4, 2024
1 parent 316d4a4 commit 8ab3bbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
with:
name: libTinyEXR.Native-macos-latest.dylib
path: TinyEXR.NET/Assets/runtimes/osx-arm64/native
- name: tree
run: tree ${{github.workspace}}\TinyEXR.NET /f
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ API is unstable. May be modified at any time.

tinyexr did not export any symbols, so I have to make a wrapper for these C++ functions. Fortunately, they are not so much. The wrapper lib is in the folder `TinyEXR.Native`

Currently, only `win-x64`, `linux-x64` and `osx-x64` are available. If you want use this lib on other platforms, you have to build them by your self.
Currently, only `win-x64`, `linux-x64`, `osx-x64` and `osx-arm64` are available. If you want use this lib on other platforms, you have to build them by your self.

## TODO

Expand Down

0 comments on commit 8ab3bbd

Please sign in to comment.