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

Release 0.6.0.

This commit is contained in:
Bartosz Taudul
2019-11-17 19:56:26 +01:00
parent 3854ae11b2
commit 31b6ff4bae
4 changed files with 9 additions and 4 deletions
+4
View File
@@ -432,6 +432,10 @@ int main( int argc, char** argv )
{
OpenWebpage( "https://www.youtube.com/watch?v=P6E7qLMmzTQ" );
}
if( ImGui::Selectable( ICON_FA_VIDEO " New features in Tracy Profiler v0.6" ) )
{
OpenWebpage( "https://www.youtube.com/watch?v=uJkrFgriuOo" );
}
ImGui::EndPopup();
}
ImGui::Separator();