File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.13 FATAL_ERROR)
2
2
3
- project (RigelEngine VERSION 0.8.1 )
3
+ project (RigelEngine VERSION 0.8.2 )
4
4
5
5
set (CMAKE_CXX_STANDARD 17)
6
6
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ void OptionsMenu::drawCreditsBox(const engine::TimeDelta dt)
748
748
centeredText (" Andrei-Florin Bencsik (https://github.com/bencsikandrei)" );
749
749
centeredText (" Pratik Anand (https://github.com/pratikone)" );
750
750
centeredText (" Ryan Brown (https://github.com/rbrown46)" );
751
+ centeredText (" Soham Roy (https://github.com/sohamroy19)" );
752
+ centeredText (" PatriotRossii (https://github.com/PatriotRossii)" );
751
753
centeredText (" s-martin (https://github.com/s-martin)" );
752
754
753
755
ImGui::NewLine ();
You can’t perform that action at this time.
0 commit comments