1
Fork 0
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:
Joshua Goins 2022-10-17 20:04:07 -04:00
parent 98760624a5
commit 8bef7274e1

View file

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