15 lines
790 B
Rust
15 lines
790 B
Rust
// 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/.
|
|
|
|
arithmetical::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_callbacks::uniffi_reexport_scaffolding!();
|
|
uniffi_custom_types::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_external_types::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_futures::uniffi_reexport_scaffolding!();
|
|
uniffi_fixture_refcounts::uniffi_reexport_scaffolding!();
|
|
uniffi_geometry::uniffi_reexport_scaffolding!();
|
|
uniffi_rondpoint::uniffi_reexport_scaffolding!();
|
|
uniffi_sprites::uniffi_reexport_scaffolding!();
|
|
uniffi_todolist::uniffi_reexport_scaffolding!();
|
|
uniffi_trait_interfaces::uniffi_reexport_scaffolding!();
|