From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- toolkit/components/uniffi-fixtures/external-types/build.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 toolkit/components/uniffi-fixtures/external-types/build.rs (limited to 'toolkit/components/uniffi-fixtures/external-types/build.rs') diff --git a/toolkit/components/uniffi-fixtures/external-types/build.rs b/toolkit/components/uniffi-fixtures/external-types/build.rs new file mode 100644 index 0000000000..13f56ca56b --- /dev/null +++ b/toolkit/components/uniffi-fixtures/external-types/build.rs @@ -0,0 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +fn main() { + uniffi::generate_scaffolding("./src/external-types.udl").unwrap(); +} -- cgit v1.2.3