fixing some rust environment issues for the shell

Updated a lot of things to include ffmpeg_6-full so that we can use
some of the latest ffmpeg features and include ffmpeg-next in our rust
project.

Then some of the environment pieces were missing for ffmpeg-next to build.
This commit is contained in:
Chris Cochrun 2023-04-03 10:36:30 -05:00
parent 89c270e6a0
commit 71fb6f4aee
4 changed files with 167 additions and 7 deletions

View file

@ -22,7 +22,7 @@ cxx-qt = "0.5.0"
cxx-qt-lib = "0.5.0"
# home = "0.5.4"
dirs = "5.0.0"
# ffmpeg-the-third = "1.2.2"
ffmpeg-next = "6.0.0"
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
# and compiles it together with the Rust static library