Skip to content

Commit

Permalink
Updating assimp version installed, updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jknaakdevargas committed Jan 16, 2024
1 parent 463ac43 commit 3f688c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 3.1.1
- Fixing windows compilation. Thanks @Snowiiii for this.

### 3.1.0
- Adding filesystem loading feature

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russimp"
version = "3.1.0"
version = "3.1.1"
authors = ["Jhonny Knaak de Vargas"]
edition = "2021"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion install_assimp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
apt install -y git cmake ninja-build

if [ ! -d ${path_assimp_repo} ]; then
git clone --depth 1 --branch v5.2.5 https://github.com/assimp/assimp.git ${path_assimp_repo}
git clone --depth 1 --branch v5.3.1 https://github.com/assimp/assimp.git ${path_assimp_repo}
fi

if [ ! -d ${path_assimp_build} ]; then
Expand Down

0 comments on commit 3f688c0

Please sign in to comment.