Compare commits
No commits in common. "c100bc1adc4a24647c9b42b12cd343e26ceaaf59" and "547599e44a91f7dce278bd7cf1b8695c5c8093c9" have entirely different histories.
c100bc1adc
...
547599e44a
|
@ -1398,7 +1398,6 @@ fn turtle_listener () -> {
|
||||||
(:home!) -> add_command! (self (), (:home))
|
(: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)))
|
||||||
(: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))
|
(:show!) -> add_command! (self (), (:show))
|
||||||
(:hide!) -> add_command! (self (), (:hide))
|
(:hide!) -> add_command! (self (), (:hide))
|
||||||
(:loadstate!, state) -> {
|
(:loadstate!, state) -> {
|
||||||
|
|
2
justfile
2
justfile
|
@ -29,7 +29,7 @@ release:
|
||||||
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
|
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
|
||||||
just build
|
just build
|
||||||
-git commit -am "built for release"
|
-git commit -am "built for release"
|
||||||
git checkout release
|
git checkout release -m "merging for release"
|
||||||
git merge main
|
git merge main
|
||||||
git push
|
git push
|
||||||
git checkout main
|
git checkout main
|
||||||
|
|
BIN
pkg/rudus_bg.wasm
(Stored with Git LFS)
BIN
pkg/rudus_bg.wasm
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user