adding ron to slide serializing...

It's possible I could use this as a method of creating slides in text
form. It's vastly easier to implement.
This commit is contained in:
Chris Cochrun 2024-11-11 12:02:42 -06:00
parent 66c37775d1
commit 2408404ff4
5 changed files with 68 additions and 19 deletions

View file

@ -19,3 +19,4 @@ tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "chrono", "
iced_video_player = { git = "https://github.com/jackpot51/iced_video_player", branch = "cosmic", features = ["wgpu"] }
strum = "0.26.3"
strum_macros = "0.26.4"
ron = "0.8.1"