try to fix it enough to render a lecture

This commit is contained in:
Dominic 2023-10-30 22:48:53 +01:00
parent 228e1648f0
commit 85297910ae
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 52 additions and 32 deletions

View file

@ -10,13 +10,9 @@ edition = "2021"
anyhow = "1.0"
camino = "1.1"
clap = { version = "4.4", features = ["derive"] }
#ffmpeg = { package = "ffmpeg-next", version = "6.0" }
indexmap = "1.9"
rational = "1.4"
rational = "1.5"
serde = { version = "1.0.188", features = ["derive"] }
serde_with = "3.4"
svgwriter = "0.1"
toml = { package = "basic-toml", version = "0.1.4" }
[patch.crates-io]
rational = { git = "https://github.com/msrd0/rational", branch = "error" }