ogre: 14.3.4 -> 14.4.0

This commit is contained in:
Weijia Wang 2025-07-29 15:29:18 -06:00
parent 33a8ce8caa
commit 21a636958f

View File

@ -121,11 +121,11 @@ let
in in
{ {
ogre_14 = common { ogre_14 = common {
version = "14.3.4"; version = "14.4.0";
hash = "sha256-4ZfScIBGy5J3pwGpnoFkiMhfaZKJz9oSOtFrK2pZnvc="; hash = "sha256-hRHjgJgnSc8saOoLoyBCQKrLpbUVpUxuS/zsZEoulKA=";
# https://github.com/OGRECave/ogre/blob/v14.3.3/Components/Overlay/CMakeLists.txt # https://github.com/OGRECave/ogre/blob/v14.4.0/Components/Overlay/CMakeLists.txt
imguiVersion = "1.91.2"; imguiVersion = "1.91.9b";
imguiHash = "sha256-B7XXQNuEPcT1ID5nMYbAV+aNCG9gIrC9J7BLnYB8yjI="; imguiHash = "sha256-dkukDP0HD8CHC2ds0kmqy7KiGIh4148hMCyA1QF3IMo=";
}; };
ogre_13 = common { ogre_13 = common {