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:
parent
46f1fe5467
commit
361e911bce
1 changed files with 2 additions and 2 deletions
4
extern/CMakeLists.txt
vendored
4
extern/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue