adding text_svg to build text out of svgs

This commit is contained in:
Chris Cochrun 2025-03-27 09:38:57 -05:00
parent 89ec3145d1
commit 2b92b9b792
3 changed files with 28 additions and 1 deletions

View file

@ -4,6 +4,7 @@ pub mod double_ended_slider;
pub mod library;
pub mod presenter;
pub mod song_editor;
pub mod text_svg;
pub mod video;
pub enum EditorMode {