aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-01-14 16:17:20 +0100
committerdec05eba <dec05eba@protonmail.com>2022-01-14 16:17:20 +0100
commit0230af4b5ab78b1fbaededcc42562f6b574c820f (patch)
treef679c8da33e91713ce53a9a515aa29a3bcc67334 /TODO
parentfbfd7c227a080537f498b51ec3de22053a32c599 (diff)
Add lang.c and lang.cpp to tests
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index b34786d..a34a75c 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,3 @@
[dependencies] should automatically download dependency from vcpkg if available. This is useful for windows.
Static libraries with dependencies should propagate their dependencies upwards to the first non-static library.
+If a dependency uses a c/c++ version newer than our project then give a compile error, or automatically upgrade our package version to the max version of the dependencies (and our project version). \ No newline at end of file