forked from mirrors/gecko-dev
The in-tree UniFFI bindings were regenerated with:
./mach uniffi generate
Differential Revision: https://phabricator.services.mozilla.com/D168060
3 lines
76 B
Rust
3 lines
76 B
Rust
fn main() {
|
|
uniffi::generate_scaffolding("./src/glean.udl").unwrap();
|
|
}
|