blob: d54e94b3a635e63f05d4d67c3be4ae650b271f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "QuickMedia"
type = "executable"
version = "0.1.0"
platforms = ["posix"]
[dependencies]
sfml-graphics = "2"
mpv = "1.25.0"
gl = ">=17.3"
x11 = "1.6.5"
jsoncpp = "1.5"
|