add some UUID support
This commit is contained in:
10
lib/build.rs
10
lib/build.rs
@@ -10,6 +10,16 @@ fn main() {
|
||||
.with_language(Language::C)
|
||||
.with_config(Config {
|
||||
cpp_compat: true,
|
||||
export: ExportConfig {
|
||||
item_types: vec![
|
||||
ItemType::Structs,
|
||||
ItemType::Globals,
|
||||
ItemType::Functions,
|
||||
ItemType::Constants,
|
||||
ItemType::OpaqueItems,
|
||||
],
|
||||
..Default::default()
|
||||
},
|
||||
..Default::default()
|
||||
})
|
||||
.generate()
|
||||
|
||||
Reference in New Issue
Block a user