1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Release 0.5.0.

This commit is contained in:
Bartosz Taudul
2019-08-10 22:07:14 +02:00
parent 530f293c49
commit 9b6328f962
4 changed files with 12 additions and 4 deletions
+4
View File
@@ -404,6 +404,10 @@ int main( int argc, char** argv )
{
OpenWebpage( "https://www.youtube.com/watch?v=eAkgkaO8B9o" );
}
if( ImGui::Selectable( ICON_FA_VIDEO " New features in Tracy Profiler v0.5" ) )
{
OpenWebpage( "https://www.youtube.com/watch?v=P6E7qLMmzTQ" );
}
ImGui::EndPopup();
}
ImGui::Separator();