diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-07 16:43:18 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-07 16:43:18 -0500 |
commit | 4a2e11d8d484fad8440e56e49fb2ad9932dbe570 (patch) | |
tree | fce0ae66aefa8393a13d447c51063c238d6df3b4 /src | |
parent | 94c4724ebf1d60a86630f0097b560ffffd4be865 (diff) |
move deps info to file
Diffstat (limited to 'src')
-rw-r--r-- | src/deps_info.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/deps_info.json b/src/deps_info.json new file mode 100644 index 00000000..5bdc75bc --- /dev/null +++ b/src/deps_info.json @@ -0,0 +1,5 @@ +{ + "uuid_compare": ["memcmp"], + "SDL_Init": ["malloc", "free"] +} + |