mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 00:50:04 +03:00
Don't generate bindgen layout tests
This commit is contained in:
parent
05a662b35e
commit
531443dc9c
@ -20,6 +20,7 @@ fn generate_dispatch_bindings() {
|
||||
.whitelist_var("_dispatch_main_q")
|
||||
.whitelist_function("dispatch_async_f")
|
||||
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
|
||||
.layout_tests(false)
|
||||
.generate()
|
||||
.expect("unable to generate bindings");
|
||||
|
||||
@ -96,6 +97,7 @@ fn generate_shader_bindings() {
|
||||
.header(SHADER_HEADER_PATH)
|
||||
.whitelist_type("GPUI.*")
|
||||
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
|
||||
.layout_tests(false)
|
||||
.generate()
|
||||
.expect("unable to generate bindings");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user