Skip to content

Commit

Permalink
upgrade deps; try soluble bg
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 21, 2024
1 parent d342855 commit 1eb3403
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: "0.8.46"
version: "0.8.50"

- name: "compiles to js"
run: >
Expand Down
2 changes: 1 addition & 1 deletion calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
div
{} $ :class-name css-bg
create-element :iframe $ {}
:src $ if (some? js/navigator.gpu) "\"https://webgpu.art/protea/" "\"https://r.tiye.me/Triadica/sapium/"
:src $ if (some? js/navigator.gpu) "\"https://webgpu.art/soluble/?tab=kaleidoscope" "\"https://r.tiye.me/Triadica/sapium/"
:class-name css-iframe
div
{} $ :class-name style-container
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"@calcit/procs": "^0.8.46",
"@calcit/procs": "^0.8.50",
"feather-icons": "^4.29.1"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.2.8"
"vite": "^5.2.10"
},
"version": "0.0.1",
"license": "MIT"
Expand Down
232 changes: 119 additions & 113 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1eb3403

Please sign in to comment.