update deprecations for c3 0.7.9

This commit is contained in:
Alessandro Mauri 2026-03-11 17:36:40 +01:00
parent 0b3af7375e
commit 96074e5abc

View File

@ -44,10 +44,10 @@ fn TimeStats Times.get_stats(&times)
} }
const char[*] VS_PATH = "resources/shaders/compiled/ugui.vert.spv"; const String VS_PATH = "resources/shaders/compiled/ugui.vert.spv";
const char[*] FS_PATH = "resources/shaders/compiled/ugui.frag.spv"; const String FS_PATH = "resources/shaders/compiled/ugui.frag.spv";
const char[*] STYLESHEET_PATH = "resources/style.css"; const String STYLESHEET_PATH = "resources/style.css";
const bool LIMIT_FPS = true; const bool LIMIT_FPS = true;
const bool VSYNC = true; const bool VSYNC = true;