Skip to content

Commit 05a6160

Browse files
committed
FEAT: including link to Rebol/Triangulate extension
1 parent 395630e commit 05a6160

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/boot/sysobj.reb

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ state: object [
100100
modules: object [
101101
help: none
102102
;; external native extensions
103-
blend2d: https://github.com/Siskin-framework/Rebol-Blend2D/releases/download/0.0.18.0/
104-
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.38.5.0/
103+
blend2d: https://github.com/Siskin-framework/Rebol-Blend2D/releases/download/0.0.18.0/
104+
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.38.5.0/
105+
triangulate: https://github.com/Siskin-framework/Rebol-Triangulate/releases/download/1.6.0.0/
105106
;; optional modules, protocol and codecs
106107
httpd: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/modules/httpd.reb
107108
prebol: https://raw.githubusercontent.com/Oldes/Rebol3/master/src/modules/prebol.reb

0 commit comments

Comments
 (0)