mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
Update corrosion to 0.2.2, pull libphysis 0.1.1 tag
This commit is contained in:
parent
98760624a5
commit
8bef7274e1
1 changed files with 2 additions and 2 deletions
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
@ -6,7 +6,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Corrosion
|
Corrosion
|
||||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
||||||
GIT_TAG v0.2.1
|
GIT_TAG v0.2.2
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(Corrosion)
|
FetchContent_MakeAvailable(Corrosion)
|
||||||
|
@ -14,7 +14,7 @@ FetchContent_MakeAvailable(Corrosion)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
libphysis
|
libphysis
|
||||||
GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis
|
GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis
|
||||||
GIT_TAG main
|
GIT_TAG 0.1.1
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(libphysis)
|
FetchContent_MakeAvailable(libphysis)
|
||||||
|
|
Loading…
Add table
Reference in a new issue