From 2ab8b0045a1b4c05a95149d9e43ea2aa633c3a3c Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Sat, 25 Jan 2025 18:52:54 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 67c2810..913cd38 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# dev +This is the **development branch** for tinybvh. + # tinybvh Single-header BVH construction and traversal library written as "Sane C++" (or "C with classes"). Some C++11 is used, e.g. for threading. The library has no dependencies.