Working file support

This commit is contained in:
Adrian Osterwind 2024-11-15 11:51:48 +01:00
parent 9983220f89
commit 20dc11ef06
4 changed files with 18 additions and 3 deletions

7
src-tauri/Cargo.lock generated
View file

@ -1615,6 +1615,12 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "http-range"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "httparse"
version = "1.9.5"
@ -3789,6 +3795,7 @@ dependencies = [
"gtk",
"heck 0.5.0",
"http",
"http-range",
"jni",
"libc",
"log",