Releases: ftdi-rs/libftd2xx-ffi
Releases · ftdi-rs/libftd2xx-ffi
Version 0.8.7
Version 0.8.6
Added
- Added binaries for Windows targets using the GNU toolchain.
Version 0.8.5
Added
- Added the
links
manifest key.
Fixed
- Fixed path segment separators when cross-compiling for Windows from Linux.
Version 0.8.4
Added
- Added pre-generated bindings for
x86_64-apple-darwin
.
Version 0.8.3
Removed
- Removed
legacy_stdio_definitions
anduser32
linking requirements on Windows.
Version 0.8.2
Fixed
- Fixed static linking on Windows.
Changed
- Updated vendor library from 2.12.36.1 to 2.12.36.2 on Windows.
Version 0.8.1
Added
- Reinstated support for 32-bit Linux targets.
Version 0.8.0
Added
- Added support for
x86_64-apple-darwin
, dynamic linking only.
Changed
- Changed the license for non-vendor material to dual MIT and 0BSD.
- Updated the Linux library version from
1.4.22
to1.4.24
. - Updated the Windows library version to
2.12.36.1
.
Removed
- Removed support for 32-bit Linux targets, the vendor no longer supports these.
Version 0.7.0
Added
- Added the static feature flag to enable switching between static and dynamic linking of the vendor library.
Changed
- Changed the default linking strategy on Linux targets to dynamic. Note: To retain previous functionality with dynamic linking on Windows and static linking on Linux use cargo's resolver version 2.
Version 0.6.0
Changed
- Updated the vendor library from
1.4.8
to1.4.22
for linux targets.