aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0d29a75..12d3bc4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -14,6 +14,8 @@ using namespace std;
using namespace sibs;
using namespace std::chrono;
+// TODO: Use XDG (XDG_CACHE_HOME) for cache directory
+
// TODO: Fail if multiple versions of the same dependency is used
// as linking will fail because of multiple definitions of the same thing