fubark / cosmic

A platform for computing and creating applications.
https://cosmic.ooo
MIT License
343 stars 16 forks source link

set graphics_backend #37

Closed zaneli closed 2 years ago

zaneli commented 2 years ago

now graphics_backend option value seems to be required.

./build.zig:24:31: error: missing field: 'graphics_backend'
    graphics.addPackage(exe, .{});
./libs/cosmic/ui/lib.zig:56:34: error: missing field: 'graphics_backend'
    graphics.buildAndLink(step, .{});
fubark commented 2 years ago

Thanks for the fix!