We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d926c9 commit 1d4c90cCopy full SHA for 1d4c90c
README.md
@@ -17,7 +17,7 @@ Make sure you have installed FFMpeg (ver. 4.x - 7.x) development packages on you
17
```elixir
18
def deps do
19
[
20
- {:xav, "~> 0.10.0"},
+ {:xav, "~> 0.11.0"},
21
# Add Nx if you want to have Xav.Frame.to_nx/1
22
{:nx, ">= 0.0.0"}
23
]
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Xav.MixProject do
2
use Mix.Project
3
4
- @version "0.10.0"
+ @version "0.11.0"
5
@source_url "https://github.com/elixir-webrtc/xav"
6
7
def project do
0 commit comments