Files
tubestation/third_party/rust/glean-core/build.rs
Jan-Erik Rediger 6b7f19247f Bug 1812615 - Update to Glean v52.2.0, glean_parser 7.0.0 and UniFFI 0.23. r=chutten,markh,glandium,supply-chain-reviewers
The in-tree UniFFI bindings were regenerated with:

    ./mach uniffi generate

Differential Revision: https://phabricator.services.mozilla.com/D168060
2023-01-31 11:12:05 +00:00

4 lines
76 B
Rust

fn main() {
uniffi::generate_scaffolding("./src/glean.udl").unwrap();
}