Cargo.toml: drop dependencies.ffmpeg-sys-next.path

This is really inconvenient for people who don't need to modify
rust-ffmpeg-sys.

To develop the two repos together just put

  paths = ['../rust-ffmpeg-sys']

in .cargo/config.toml.
This commit is contained in:
Zhiming Wang 2020-07-21 18:09:19 +08:00
parent 48271cc587
commit 3325f7ee31
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -104,6 +104,5 @@ version = "0.12"
optional = true optional = true
[dependencies.ffmpeg-sys-next] [dependencies.ffmpeg-sys-next]
path = "../rust-ffmpeg-sys"
version = "4.3" version = "4.3"
default-features = false default-features = false