windows support

This commit is contained in:
Cherryleafroad 2023-08-03 15:26:25 -07:00
parent 29cf27d24f
commit e41411d9ec
No known key found for this signature in database
GPG key ID: 8B5DD74E59C6C5AB
3 changed files with 84 additions and 37 deletions

View file

@ -8,4 +8,5 @@ rust {
targets += target("aarch64-unknown-linux-gnu", "libreqwest.so")
targets += target("x86_64-unknown-linux-gnu", "libreqwest.so")
targets += target("x86_64-pc-windows-msvc", "libreqwest.dll")
}