diff --git a/package.json b/package.json index 57113e3..e8c6d25 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.atteneder.draco", "version": "3.0.3", "displayName": "Draco 3D Data Compression", - "description": "Apply Google Draco compression to meshes and load them at runtime.", + "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" @@ -21,5 +21,6 @@ "name": "Andreas Atteneder", "email": "andreas.atteneder@gmail.com", "url": "http://pixel.engineer" - } + }, + "type": "library" } \ No newline at end of file