From b1a643ded5737bba59b4089a8b7376a9f4fb4230 Mon Sep 17 00:00:00 2001 From: Maeyanie Date: Fri, 17 Oct 2025 18:11:02 -0400 Subject: [PATCH] Add Draco to the About dialogue. --- src/slic3r/GUI/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/AboutDialog.cpp b/src/slic3r/GUI/AboutDialog.cpp index 06e968631b..4068ee16b5 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -90,6 +90,7 @@ void CopyrightsDialog::fill_entries() { "CGAL", "", "https://www.cgal.org" }, { "Clipper", "", "http://www.angusj.co" }, { "libcurl", "", "https://curl.se/libcurl" }, + { "Draco", "", "https://google.github.io/draco/" }, { "Eigen3", "", "http://eigen.tuxfamily.org" }, { "Expat", "", "http://www.libexpat.org" }, { "fast_float", "", "https://github.com/fastfloat/fast_float" },