This way has serval benefits, for example.
- IDE syncing support
- support relative path than can be work everywhere
- repository embeded configuration
config.toml look like below.
[env]
FFMPEG_PKG_CONFIG_PATH = { value = "target/vcpkg/installed/x64-linux/lib/pkgconfig", relative = true }
useful links:
.cargo/config.toml
section detail
thread on stackoverflow
This way has serval benefits, for example.
config.toml look like below.
useful links:
.cargo/config.toml
section detail
thread on stackoverflow