Add basic text handling

This commit is contained in:
bluepython508
2025-11-01 19:37:25 +00:00
parent 481369ea7c
commit 5fd32e20c5
2 changed files with 160 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ fn main() {
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.formatter(bindgen::Formatter::Prettyplease)
.allowlist_item("zathura_.*")
.allowlist_item("girara_list_.*")
.blocklist_item("zathura_plugin_error_e")
.blocklist_item("^cairo_.*")
.generate()