From 115f2a3718fc50b9636a4e12f4d8a449bbfe0bfb Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Wed, 18 Dec 2024 15:27:15 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb21bae..c697147 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# dev +This is the **development branch** of 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.