Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor: should not directly depend on spirv_cross, spirv_tools, sysgpu #1173

Open
2 tasks
slimsag opened this issue Mar 6, 2024 · 0 comments
Open
2 tasks
Labels
bug Something isn't working editor Graphical editor and Mach CLI
Milestone

Comments

@slimsag
Copy link
Member

slimsag commented Mar 6, 2024

mach-editor's build.zig.zon file should today only have mach as a dependency.

  • sysgpu import has been updated to @import("mach").sysgpu and build.zig.zon no longer references it.
  • Shader compilation logic with spirv-tools/spirv-cross has been moved into mach repository / sygpu code, and editor's build.zig.zon no longer depends on it.
@slimsag slimsag added bug Something isn't working editor Graphical editor and Mach CLI labels Mar 6, 2024
@slimsag slimsag added this to the Mach 0.4 milestone Mar 6, 2024
slimsag added a commit to hexops/mach-editor that referenced this issue Mar 9, 2024
Related hexops/mach#1173

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor Graphical editor and Mach CLI
Projects
None yet
Development

No branches or pull requests

1 participant