Fix vendor settings

This commit is contained in:
2026-08-02 12:31:37 +03:00
parent 6b5e7f0f8b
commit c0b79afcc1
3 changed files with 7 additions and 12 deletions
+7
View File
@@ -8,3 +8,10 @@ playground = "run --example playground"
# (can be removed once link.exe is fixed)
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"