Copy Config from gpu-screen-recorder-gtk, make it more modern and efficient with string_view and variant, use string_view in gsr info parsing

This commit is contained in:
dec05eba
2024-08-06 05:57:21 +02:00
parent b778fd7cc6
commit 9f1fddc47c
10 changed files with 505 additions and 77 deletions

View File

@@ -3,6 +3,9 @@
#include <mglpp/system/vec.hpp>
#include <mglpp/graphics/Color.hpp>
#include <functional>
#include <string_view>
namespace mgl {
class Window;
}