Add PNG support handling in GraphicsEditor and include <cstring> in file_dialog

- Introduced conditional compilation for PNG clipboard operations in graphics_editor.cc, providing user feedback when PNG support is disabled.
- Added <cstring> header in file_dialog.cc to support string manipulation functions, enhancing functionality.
This commit is contained in:
scawful
2025-09-25 10:57:47 -04:00
parent 4f5250f5ca
commit d0ff581412
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <fstream>
#include <sstream>
#include <cstring>
namespace yaze {
namespace core {