From 3058c17618519749fd684a54d25d322815129e32 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau, M.Sc. (he/him)" Date: Thu, 20 Jul 2023 14:13:34 -0400 Subject: [PATCH] Add Velato in README integrations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 661184da9..1b4d60944 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ This is currently incomplete; see its crate level documentation for more informa This is used in the [winit](#winit) example for the SVG rendering. +### Lottie + +A separate integration for playing Lottie animations is available through the [`velato`](https://github.com/linebender/velato) crate. + ## Examples Our examples are provided in separate packages in the [`examples`](examples) folder.