File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ It is possible to extend Rebol functionality using external modules (native and
47
47
* [ Rebol/SQLite] ( https://github.com/Siskin-framework/Rebol-SQLite ) - SQL database engine
48
48
* [ Rebol/Triangulate] ( https://github.com/Siskin-framework/Rebol-Triangulate ) - Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
49
49
* [ Rebol/WebDriver] ( https://github.com/Oldes/Rebol-WebDriver ) - WebDriver scheme for automating Chromium based browser sessions
50
+ * [ Rebol/WebP] ( https://github.com/Oldes/Rebol-WebP ) - WebP codec for lossless and lossy image compression
50
51
* [ Rebol/WebSocket] ( https://github.com/Oldes/Rebol-WebSocket ) - WebSocket scheme and codec
51
52
52
53
It should be noted that on macOS it may be required to resign _ downloaded native extensions_ using command like:
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ modules: object [
251
251
miniaudio: https://github.com/Oldes/Rebol-MiniAudio/releases/download/0.11.18.0/
252
252
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.42.0.0/
253
253
triangulate: https://github.com/Siskin-framework/Rebol-Triangulate/releases/download/1.6.0.0/
254
+ webp: https://github.com/Oldes/Rebol-WebP/releases/download/1.4.0.0/
254
255
;; optional modules, protocol and codecs
255
256
httpd: https://src.rebol.tech/modules/httpd.reb
256
257
prebol: https://src.rebol.tech/modules/prebol.reb
You can’t perform that action at this time.
0 commit comments