esplugin-ffi 1.0.5

A wrapper library providing a C FFI for esplugin.
Documentation
# Changelog

After v1.0.3, version numbers are shared between esplugin and esplugin-ffi.

## [1.0.5] - 2017-10-09

### Added

- `ESP_GAME_SKYRIMSE` to distinguish between Skyrim and Skyrim SE plugins, as Skyrim SE now supports light master plugins.

### Changed

- Updated to esplugin v1.0.5.

## [1.0.3] - 2017-09-30

### Changed

- Updated to esplugin v1.0.1.

## [1.0.2] - 2017-09-26

### Fixed

- When publishing to crates.io, the build, include and target directories were included and uploaded unnecessarily.

## [1.0.1] - 2017-09-26 [YANKED]

### Fixed

- The FFI constants were not renamed when the library was renamed from libespm to esplugin. They now start with `ESP_`, not `ESPM_`, to match function names.

## [1.0.0] - 2017-09-26 [YANKED]

Initial release