-
- Downloads
try to fix it enough to render a lecture
... | @@ -10,13 +10,9 @@ edition = "2021" | ... | @@ -10,13 +10,9 @@ edition = "2021" |
anyhow = "1.0" | anyhow = "1.0" | ||
camino = "1.1" | camino = "1.1" | ||
clap = { version = "4.4", features = ["derive"] } | clap = { version = "4.4", features = ["derive"] } | ||
#ffmpeg = { package = "ffmpeg-next", version = "6.0" } | |||
indexmap = "1.9" | indexmap = "1.9" | ||
rational = "1.4" | rational = "1.5" | ||
serde = { version = "1.0.188", features = ["derive"] } | serde = { version = "1.0.188", features = ["derive"] } | ||
serde_with = "3.4" | serde_with = "3.4" | ||
svgwriter = "0.1" | svgwriter = "0.1" | ||
toml = { package = "basic-toml", version = "0.1.4" } | toml = { package = "basic-toml", version = "0.1.4" } | ||
[patch.crates-io] | |||
rational = { git = "https://github.com/msrd0/rational", branch = "error" } |
Please register or sign in to comment