import Crafter.Graphics; import std; using namespace Crafter; int main() { Window window(1280, 720, "HelloWindow"); window.StartSync(); }