diff --git a/Cargo.toml b/Cargo.toml index 4b26b29..bf92f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russimp-sys" -version = "2.0.1" +version = "2.0.2" authors = ["Jhonny Knaak de Vargas"] edition = "2021" license-file = "LICENSE" diff --git a/README.md b/README.md index 32ce576..3ef8308 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Building from source requires the following dependencies: By default `russimp-sys` will statically link `zlibstatic`. Enabling this feature will link to the system's `zlib` library. ## Changelog +### 2.0.2 +* Window build fix + ### 2.0.0 * Complete overhaul of the build process.