mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 03:57:45 +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(
|
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)
|
||||||
|
@ -9,7 +9,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