no more need for ffmpeg (#1277)

twenty-twenty 0.7 makes the ffmpeg support optional and puts it behind a feature flag. We aren't using its ffmpeg support here.
This commit is contained in:
Adam Chalmers
2024-01-08 21:22:53 -06:00
committed by GitHub
parent 635cb58036
commit a3649d09c0
5 changed files with 67 additions and 150 deletions

View File

@ -94,7 +94,6 @@ For running the rust (not tauri rust though) only, you can
cd src/wasm-lib
cargo test
```
but you will need to have install ffmpeg prior to.
## Tauri