diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project.conf b/project.conf new file mode 100644 index 0000000..58369b9 --- /dev/null +++ b/project.conf @@ -0,0 +1,11 @@ +[package] +name = "dchat" +version = "0.1.0" +type = "executable" +platforms = ["linux32", "linux64"] + +[dependencies] +sfml-window = "2.4.2" +sfml-graphics = "2.4.2" +sfml-system = "2.4.2" +boost-filesystem = "1.66.0" |