From 42735bd0e0ef5bec537c6bbd7cf9591d069a3e42 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 8 Aug 2023 09:55:23 -0700 Subject: [PATCH] apprt/embedded: new resources dir api --- src/apprt/embedded.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apprt/embedded.zig b/src/apprt/embedded.zig index 8dab646ac..5c4c7bbc5 100644 --- a/src/apprt/embedded.zig +++ b/src/apprt/embedded.zig @@ -177,6 +177,7 @@ pub const Surface = struct { app.core_app.alloc, &config, .{ .rt_app = app, .mailbox = &app.core_app.mailbox }, + app.core_app.resources_dir, self, ); errdefer self.core_surface.deinit();