embree: Update to 4.4.0

This commit is contained in:
Rémi Verschelde
2025-04-24 17:51:03 +02:00
parent 1f787b63a5
commit 57640dd806
53 changed files with 1448 additions and 753 deletions

View File

@ -7,7 +7,7 @@ import subprocess
import sys
from typing import Any, Callable
git_tag = "v4.3.1"
git_tag = "v4.4.0"
include_dirs = [
"common/tasking",