diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-08 15:21:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-08 15:21:06 +0200 |
commit | c50ef935e0792eeb0256ddf5df87af015f3ae1d8 (patch) | |
tree | 809a89abc102d6bd90da9c44cdfdc187655b4687 /project.conf |
Initial commit
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project.conf b/project.conf new file mode 100644 index 0000000..03785d9 --- /dev/null +++ b/project.conf @@ -0,0 +1,8 @@ +[package] +name = "online_persona_gtk" +type = "executable" +version = "0.1.0" +platforms = ["any"] + +[dependencies] +gtkmm-3.0 = "3" |