Skip to content

Commit

Permalink
CHANGE: updated to Blend2D version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 1, 2024
1 parent 867a576 commit 5fd8576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rebol-Blend2D.nest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github: @asmjit
github: @blend2d
;github: blend2d/blend2d-samples

version: 0.10.4 ;; clang allows only x.y.z version naming!
version: 0.11.1 ;; clang allows only x.y.z version naming!

compiler: gcc
needs: cmake
Expand Down
2 changes: 1 addition & 1 deletion src/blend2d-rebol-extension.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ enum b2d_arg_words {W_B2D_ARG_0,
typedef int (*MyCommandPointer)(RXIFRM *frm, void *ctx);

#define B2D_EXT_INIT_CODE \
"REBOL [Title: \"Rebol Blend2D Extension\" Name: blend2d Type: module Exports: [draw] Version: 0.0.18.2 Author: Oldes Date: 16-May-2024/12:31:24 License: Apache-2.0 Url: https://github.com/Siskin-framework/Rebol-Blend2D]\n"\
"REBOL [Title: \"Rebol Blend2D Extension\" Name: blend2d Type: module Exports: [draw] Version: 0.11.1.0 Author: Oldes Date: 1-Jun-2024/12:16:17 License: Apache-2.0 Url: https://github.com/Siskin-framework/Rebol-Blend2D]\n"\
"init-words: command [cmd-words [block!] arg-words [block!]]\n"\
"draw: command [\"Draws scalable vector graphics to an image\" image [image! pair!] commands [block!]]\n"\
"path: command [\"Prepares path object\" commands [block!]]\n"\
Expand Down
2 changes: 1 addition & 1 deletion src/blend2d-rebol-extension.r3
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ arg-words: [
reb-code: ajoin [
{REBOL [Title: "Rebol Blend2D Extension"}
{ Name: blend2d Type: module Exports: [draw]}
{ Version: 0.0.18.2}
{ Version: 0.11.1.0}
{ Author: Oldes}
{ Date: } now/utc
{ License: Apache-2.0}
Expand Down

0 comments on commit 5fd8576

Please sign in to comment.