Skip to content

Conversation

@foxnne
Copy link
Collaborator

@foxnne foxnne commented Mar 6, 2024

This just updates the dependency for mach core to the main mach repo as core is now part of mach proper.

const imgui = @import("imgui.zig");
const core = @import("mach-core");
const core = @import("mach").core;
const gpu = core.gpu;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be
const gpu = @import("mach").gpu;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants