diff options
| author | 2024-12-24 15:01:55 -0500 | |
|---|---|---|
| committer | 2024-12-24 15:01:55 -0500 | |
| commit | 6fe15ce0d41bd55331cac006134b61c1704775c3 (patch) | |
| tree | 58fdd34b7bec28bbc1426a488d526c10d9362cf2 /subprojects | |
| parent | e413942a72a30eb373e6024941fa98d24c81d9d9 (diff) | |
| download | stela-6fe15ce0d41bd55331cac006134b61c1704775c3.tar.gz stela-6fe15ce0d41bd55331cac006134b61c1704775c3.tar.bz2 stela-6fe15ce0d41bd55331cac006134b61c1704775c3.zip | |
Dependency name change
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/glfw3.wrap | 2 | ||||
| -rw-r--r-- | subprojects/libakiyo.wrap | 4 | ||||
| -rw-r--r-- | subprojects/libnaunet.wrap | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/subprojects/glfw3.wrap b/subprojects/glfw3.wrap index 684a293..81794a3 100644 --- a/subprojects/glfw3.wrap +++ b/subprojects/glfw3.wrap @@ -1,5 +1,5 @@ [wrap-git] url = https://github.com/glfw/glfw.git -revision = b35641f4a3c62aa86a0b3c983d163bc0fe36026d +revision = 21fea01161e0d6b70c0c5c1f52dc8e7a7df14a50 depth = 1 method = cmake diff --git a/subprojects/libakiyo.wrap b/subprojects/libakiyo.wrap deleted file mode 100644 index 2cd2caa..0000000 --- a/subprojects/libakiyo.wrap +++ /dev/null @@ -1,4 +0,0 @@ -[wrap-git] -url = https://git.akon.city/libakiyo -revision = master -depth = 1 diff --git a/subprojects/libnaunet.wrap b/subprojects/libnaunet.wrap new file mode 100644 index 0000000..6db8ca9 --- /dev/null +++ b/subprojects/libnaunet.wrap @@ -0,0 +1,4 @@ +[wrap-git] +url = https://git.akon.city/libnaunet +revision = 822e754cafdc5a32c80c97ca015cd6f9008329c3 +depth = 1 |