resource_embedder
This commit is contained in:
parent
abc14336d4
commit
03f9f889cc
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
|||||||
path = utf8proc
|
path = utf8proc
|
||||||
url = https://github.com/Timerix22/utf8proc.git
|
url = https://github.com/Timerix22/utf8proc.git
|
||||||
branch = my_branch
|
branch = my_branch
|
||||||
|
[submodule "resource_embedder"]
|
||||||
|
path = resource_embedder
|
||||||
|
url = https://github.com/Timerix22/resource_embedder.git
|
||||||
|
|||||||
@ -1,2 +1,9 @@
|
|||||||
# SCoLTE - Simple Command-Line Text Editor
|
# 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.
|
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
1
resource_embedder
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 81df5940827fa4347d112d3f81c926ef3a6acb80
|
||||||
Loading…
Reference in New Issue
Block a user