Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 318845c

Browse files
committedMar 16, 2024··
Use wrap-git instead of manual submodule
1 parent 45a0f0f commit 318845c

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ build*
66
*.swp
77
*~
88
*.un~
9+
10+
# subprojects
11+
subprojects/live-chart
12+
subprojects/ryokucha

‎.gitmodules

-6
This file was deleted.

‎subprojects/live-chart

-1
This file was deleted.

‎subprojects/live-chart.wrap

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[wrap-git]
2+
url = https://github.com/lcallarec/live-chart.git
3+
revision = 1.10.0
4+
depth = 1

‎subprojects/ryokucha

-1
This file was deleted.

‎subprojects/ryokucha.wrap

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[wrap-git]
2+
url = https://github.com/ryonakano/ryokucha.git
3+
revision = 0.2.0
4+
depth = 1

0 commit comments

Comments
 (0)
Please sign in to comment.