From dfe00cdbaa0cc55908288027385d5a6b8bcc6e06 Mon Sep 17 00:00:00 2001 From: David Braun <2096055+DBraun@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:22:37 -0500 Subject: [PATCH] add nanobind submodule --- .gitmodules | 3 +++ third_party/nanobind | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/nanobind diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3ec2244 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/nanobind"] + path = third_party/nanobind + url = https://github.com/wjakob/nanobind diff --git a/third_party/nanobind b/third_party/nanobind new file mode 160000 index 0000000..efbeb8a --- /dev/null +++ b/third_party/nanobind @@ -0,0 +1 @@ +Subproject commit efbeb8afd95b210d9e2e06f719ddc1336a12b9d7