Skip to content

Commit 3cc232a

Browse files
committed
FEAT: including link to the latest Rebol/WebP extension
1 parent de294f3 commit 3cc232a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ It is possible to extend Rebol functionality using external modules (native and
4747
* [Rebol/SQLite](https://github.com/Siskin-framework/Rebol-SQLite) - SQL database engine
4848
* [Rebol/Triangulate](https://github.com/Siskin-framework/Rebol-Triangulate) - Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
4949
* [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
5051
* [Rebol/WebSocket](https://github.com/Oldes/Rebol-WebSocket) - WebSocket scheme and codec
5152

5253
It should be noted that on macOS it may be required to resign _downloaded native extensions_ using command like:

src/boot/sysobj.reb

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ modules: object [
251251
miniaudio: https://github.com/Oldes/Rebol-MiniAudio/releases/download/0.11.18.0/
252252
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.42.0.0/
253253
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/
254255
;; optional modules, protocol and codecs
255256
httpd: https://src.rebol.tech/modules/httpd.reb
256257
prebol: https://src.rebol.tech/modules/prebol.reb

0 commit comments

Comments
 (0)