Browse Source

Added convergent-curve-ordering to all-in-one

Chlumsky 1 week ago
parent
commit
b32de12afa
1 changed files with 4 additions and 1 deletions
  1. 4 1
      all-in-one/generate.py

+ 4 - 1
all-in-one/generate.py

@@ -28,6 +28,8 @@ sourceList = [
     'core/bezier-solver.hpp',
     'core/edge-segments.h',
     'core/edge-segments.cpp',
+    'core/convergent-curve-ordering.h',
+    'core/convergent-curve-ordering.cpp',
     'core/EdgeHolder.h',
     'core/EdgeHolder.cpp',
     'core/Contour.h',
@@ -76,6 +78,7 @@ header = """
 #include <cstdlib>
 #include <cstring>
 #include <cmath>
+#include <cfloat>
 #include <vector>
 """
 
@@ -157,7 +160,7 @@ header = """
 /*
  * MULTI-CHANNEL SIGNED DISTANCE FIELD GENERATOR
  * ---------------------------------------------
- * A utility by Viktor Chlumsky, (c) 2014 - 2024
+ * A utility by Viktor Chlumsky, (c) 2014 - 2025
  * https://github.com/Chlumsky/msdfgen
  * Published under the MIT license
  *