Skip to content

Commit

Permalink
chore: Raised version of Burst dependency to 1.4.11 (current verified)
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Aug 27, 2021
1 parent 036f8e0 commit 49f4164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Less memory usage and better performance by creating 16-bit unsigned integer indices for small meshes
- Less memory usage by avoiding a temporary index buffer in native plug-in
- Raised version of Burst dependency to 1.4.11 (current verified)

## [3.1.0] - 2020-07-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. This package allows you to apply Draco compression to meshes, import Draco files and load them at runtime.",
"unity": "2019.3",
"dependencies": {
"com.unity.burst": "1.4.8"
"com.unity.burst": "1.4.11"
},
"keywords": [
"mesh",
Expand Down

0 comments on commit 49f4164

Please sign in to comment.