Skip to content

Commit 0897f14

Browse files
committed
update docs
1 parent 19bb2b6 commit 0897f14

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.1.6 (2020/10/15)
4+
5+
* Supports the `KHR_lights_punctual`
6+
* Compile by github action
7+
8+
## 0.1.5
9+
10+
* Fix some bugs
11+
312
## 0.1.4 (2018/11/5)
413

514
* Support Android and iOS platforms

docs/index.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ Features
2121
* Load the gltf/embedded/glb file
2222
* This is a static library
2323
* Cross platform
24-
* Support the Unicode and UTF8
25-
* Support the `Google's Draco`_
26-
* Support C++11
24+
* C++11
25+
* Supports the Unicode and UTF8
26+
* Supports the `KHR_draco_mesh_compression` - `Google's Draco`_
27+
* Supports the `KHR_lights_punctual`
2728
* Platforms
28-
* Windows (Win32 and x64)
29-
* Linux
30-
* macOS
31-
* Android (armeabi-v7a, armeabi-v7a-with-neon, arm64-v8a, x86 and x86_64)
32-
* iOS (simulator, iOS, tvOS and watchOS)
29+
* Windows (Win32 and x64)
30+
* Linux
31+
* macOS
32+
* Android (armeabi-v7a, armeabi-v7a-with-neon, arm64-v8a, x86 and x86_64)
33+
* iOS (simulator, iOS, tvOS and watchOS)
3334

3435
Getting Started
3536
===============

0 commit comments

Comments
 (0)