From 7b0dd60df4d4d936e910213dbad0813feafaadd4 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Wed, 30 Jun 2021 11:58:57 +0200 Subject: [PATCH] doc: Updated description --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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