From 4f196332b75aa2937103ee9e307e3a468aef2ca1 Mon Sep 17 00:00:00 2001 From: Anurag Thakur Date: Sat, 1 Jul 2023 15:30:48 +0530 Subject: [PATCH] [docs] Add documentation on FreeType development, benchmarking --- docs/.gitignore | 1 + docs/DEVELOPING.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/DEVELOPING.md diff --git a/docs/.gitignore b/docs/.gitignore index 5c964466e..fb0cdc749 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -14,6 +14,7 @@ reference/ !INSTALL_VMS.md !INSTALL_ANDROID.md !MODIFYING.md +!DEVELOPING.md # MkDocs Config file mkdocs.yml diff --git a/docs/DEVELOPING.md b/docs/DEVELOPING.md new file mode 100644 index 000000000..943bdaf10 --- /dev/null +++ b/docs/DEVELOPING.md @@ -0,0 +1 @@ +TODO: Add details on setting up a development environment, benchmarking and debugging freetype on various platforms