diff --git a/.gitmodules b/.gitmodules index 04504f4..6cf21ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ path = utf8proc url = https://github.com/Timerix22/utf8proc.git branch = my_branch +[submodule "resource_embedder"] + path = resource_embedder + url = https://github.com/Timerix22/resource_embedder.git diff --git a/README.md b/README.md index c36693a..2dc84a3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # SCoLTE - Simple Command-Line Text Editor I just wanted to edit text files from terminal, not to memorize a ton of weird shortcuts for nano or vim. So here it is - easy to use text editor. + +## Dependencies +Included as git submodules: ++ [cbuild](https://github.com/Timerix22/cbuild) - my build system written in shell scripts ++ [kerep](https://github.com/Timerix22/kerep) - library with code i use in all my projects ++ [utf8proc](https://github.com/Timerix22/utf8proc/tree/my_branch) - unicode processing library ++ [resource_embedder](https://github.com/Timerix22/resource_embedder) - program that transforms files to array definitions in C diff --git a/resource_embedder b/resource_embedder new file mode 160000 index 0000000..81df594 --- /dev/null +++ b/resource_embedder @@ -0,0 +1 @@ +Subproject commit 81df5940827fa4347d112d3f81c926ef3a6acb80