From 8a6c2ae04a4ae2802c35dc66fee9945dadefee74 Mon Sep 17 00:00:00 2001 From: MJ Date: Sat, 11 Apr 2020 20:44:33 +0200 Subject: [PATCH] Preferences, assets-async, freetype-async. #10 #11 --- index.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/index.html b/index.html index 153cfb6..1b9765d 100644 --- a/index.html +++ b/index.html @@ -217,6 +217,20 @@

extensions. +
+
+ + + +
+
+ + ktx-assets-async + + + Asset loading via coroutines. +
+
+
+ +
+ + ktx-freetype-async + + + TTF/OTF fonts loading via coroutines. +
+
+
+
+ + + +
+
+ + ktx-preferences + + + Application preferences management. +
+