Skip to content

Commit

Permalink
Update xcanvas to 0.5.0 (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 authored Jun 3, 2024
1 parent 3916b29 commit a099bc7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions recipes/recipes_emscripten/xcanvas/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 0.4.2
version: 0.5.0

package:
name: xcanvas
version: ${{ version }}

source:
url: https://github.com/jupyter-xeus/xcanvas/archive/refs/tags/${{ version }}.tar.gz
sha256: 697c83f1d34577c2c121fd83a72eabba12a73c14bef72b49a30289a8db0f0a55
sha256: 6154f72dca8542ca738ad71e57ffe441f49cdd7f157dcb0a877170971a0fbd43

build:
number: 0
Expand All @@ -18,14 +18,19 @@ requirements:
- cmake
- ninja
host:
- xtl >=0.7,<0.8
- xproperty >=0.11.0,<0.12
- xwidgets >=0.28
- xproperty >=0.12.0,<0.13
- nlohmann_json >=3.11
- xwidgets >=0.29.0,<0.30

tests:
- script:
- test -f $PREFIX/include/xcanvas/xcanvas.hpp

about:
license: BSD-3-Clause
license_family: BSD-3
license_file: LICENSE
summary: xtl
summary: C++ back-end for ipycanvas
homepage: https://github.com/jupyter-xeus/xcanvas
extra:
recipe-maintainers:
Expand Down

0 comments on commit a099bc7

Please sign in to comment.