1 2 3 4 5 6 7 8
// Copyright 2024 the Velato Authors // SPDX-License-Identifier: Apache-2.0 OR MIT // todo motion-blur #[expect(clippy::module_inception, reason = "Schema uses this format")] pub mod animation; pub mod composition; pub mod meta;