Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic authored Nov 16, 2024
1 parent 67854e8 commit f79c9f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ deps.edn dependency:
com.phronemophobic/membrane {:mvn/version "0.14.4-beta"}
```

### Skia Native Dependencies

To use the skia backend, the native dependencies that match your target platform are required. If multiple native dependencies are included, it will automatically choose the right one.

```clojure
com.phronemophobic.membrane/skialib-macosx-x86-64 {:mvn/version "0.14-beta"}
com.phronemophobic.membrane/skialib-linux-x86-64 {:mvn/version "0.14-beta"}
com.phronemophobic.membrane/skialib-macosx-aarch64 {:mvn/version "0.14-beta"}
```

## Built With Membrane

[membrane.term](https://github.com/phronmophobic/membrane.term) - A simple terminal emulator in clojure.
Expand Down

0 comments on commit f79c9f7

Please sign in to comment.