1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-21 19:57:44 +00:00

Update corrosion to 0.2.2, libphysis to 0.1.1

This commit is contained in:
Joshua Goins 2022-10-17 20:09:43 -04:00
parent 46f1fe5467
commit 361e911bce

View file

@ -1,7 +1,7 @@
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.2.1
GIT_TAG v0.2.2
)
FetchContent_MakeAvailable(Corrosion)
@ -9,7 +9,7 @@ FetchContent_MakeAvailable(Corrosion)
FetchContent_Declare(
libphysis
GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis
GIT_TAG main
GIT_TAG 0.1.1
)
FetchContent_MakeAvailable(libphysis)