Compare commits

..

No commits in common. "c100bc1adc4a24647c9b42b12cd343e26ceaaf59" and "547599e44a91f7dce278bd7cf1b8695c5c8093c9" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -1398,7 +1398,6 @@ 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
git checkout release -m "merging for release"
git merge main
git push
git checkout main

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

Binary file not shown.