aboutsummaryrefslogtreecommitdiff
path: root/video_player/project.conf
blob: 41d6bd310a65603ec43d9ea302924556df5c5741 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "quickmedia-video-player"
type = "executable"
version = "0.1.0"
platforms = ["posix"]

[lang.cpp]
version = "c++17"

[dependencies]
mpv = "2"