This commit is contained in:
Jeremy Soller 2024-01-23 21:55:34 -07:00
commit 31a352c524
6 changed files with 2690 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "cosmic-player"
version = "0.1.0"
edition = "2021"
[dependencies]
ffmpeg-next = "6"
softbuffer = "0.4"
winit = "0.29"