apprt/embedded: new resources dir api

This commit is contained in:
Mitchell Hashimoto
2023-08-08 09:55:23 -07:00
parent e93a6eb2e4
commit 42735bd0e0

View File

@ -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();