resource_embedder

This commit is contained in:
2023-05-22 03:07:33 +06:00
parent abc14336d4
commit 03f9f889cc
3 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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

1
resource_embedder Submodule

Submodule resource_embedder added at 81df594082