aboutsummaryrefslogtreecommitdiff
path: root/video_player/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'video_player/project.conf')
-rw-r--r--video_player/project.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/video_player/project.conf b/video_player/project.conf
index b71b204..41d6bd3 100644
--- a/video_player/project.conf
+++ b/video_player/project.conf
@@ -4,5 +4,8 @@ type = "executable"
version = "0.1.0"
platforms = ["posix"]
+[lang.cpp]
+version = "c++17"
+
[dependencies]
mpv = "2"