mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 17:46:32 -04:00
dump.Opts.Strip: struct -> packed struct(u3)
`cli.zig` only understands packed structs currently.
This commit is contained in:
@@ -30,7 +30,7 @@ pub const Opts = struct {
|
||||
strip: Opts.Strip = .{},
|
||||
shadow: Opts.Shadow = .rendered,
|
||||
|
||||
pub const Strip = struct {
|
||||
pub const Strip = packed struct(u3) {
|
||||
js: bool = false,
|
||||
ui: bool = false,
|
||||
css: bool = false,
|
||||
|
||||
Reference in New Issue
Block a user