Files
lime/project/lib
Joseph Cloutier c37e48faaf Disable HIDAPI.
Problem one: it requires its own binary, which we haven't built. There
are instructions in sdl/src/hidapi/README.txt, if we ever want to try.

Problem two: the Android app segfaults when `hid_init()` calls
`g_JVM->AttachCurrentThread()`. This might be a bug in NDK 21's jni.h,
but that seems unlikely. Perhaps a version mismatch?

In any case, we aren't using the code at the moment, so the easy answer
is to leave it out.
2022-05-20 01:00:35 -04:00
..
2022-05-14 23:57:27 -04:00
2015-06-24 13:25:17 -07:00
2022-05-13 01:25:52 -04:00
2022-05-19 17:34:20 -04:00
2022-05-13 14:09:23 -04:00
2022-05-19 17:34:20 -04:00
2022-05-09 16:37:13 -04:00
2022-05-14 23:57:27 -04:00
2022-05-09 16:37:13 -04:00
2022-05-16 02:23:09 -04:00
2022-05-20 01:00:35 -04:00

Submodule projects

Lime includes code from several other C/C++ libraries, listed below. Lime prefers to use GitHub repositories as its submodules, purely so that the links will be clickable when viewed on github.com. However, some of these repos are mirrors, with the development being conducted elsewhere.

Always submit issues and pull requests to the primary repo, not to a GitHub mirror.

Non-submodule libraries

In some cases, we use such a small fraction of a library that it isn't worth creating a submodule. This reduces download time but increases the difficulty of performing updates.