Merge branch 'main' into release

This commit is contained in:
Scott Richmond 2025-07-09 18:18:21 -04:00
commit c100bc1adc
3 changed files with 4 additions and 3 deletions

View File

@ -1398,6 +1398,7 @@ fn turtle_listener () -> {
(:home!) -> add_command! (self (), (:home))
(:goto!, x as :number, y as :number) -> add_command! (self (), (:goto, (x, y)))
(:goto!, (x as :number, y as :number)) -> add_command! (self (), (:goto, (x, y)))
(:clear) -> add_command! (self (), (:clear))
(:show!) -> add_command! (self (), (:show))
(:hide!) -> add_command! (self (), (:hide))
(:loadstate!, state) -> {

View File

@ -29,7 +29,7 @@ release:
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
just build
-git commit -am "built for release"
git checkout release -m "merging for release"
git checkout release
git merge main
git push
git checkout main

BIN
pkg/rudus_bg.wasm (Stored with Git LFS)

Binary file not shown.