Merge pull request #101345 from akien-mga/embree-4.3.3

embree: Update to 4.4.0
This commit is contained in:
Thaddeus Crews
2025-04-25 11:35:57 -05:00
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",