Skip to content

Commit

Permalink
feat: Enable derive_default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed May 26, 2024
1 parent 031ac7d commit d79087e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ fn main() {
}

let bindings = builder
.derive_default(true)
.no_default("dtvcc_pen_attribs|dtvcc_pen_color|dtvcc_symbol")
// Finish the builder and generate the bindings.
.generate()
// Unwrap the Result and panic on failure.
Expand Down

0 comments on commit d79087e

Please sign in to comment.