diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-12-22 22:48:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-22 14:48:07 -0700 |
| commit | ce92773a602cca246c44dbec9fb87656fedfa323 (patch) | |
| tree | 19bee63b1ae4ad566eaeb66d83f90257d6407fea /mods/python-rust/setup.sh | |
| parent | 31c2063a61feddb340a48beb7c0376b885c8ce00 (diff) | |
Clean ptr and fix (#610)
* use more unique ptr and fix a shell crash
* remove useless mods folder
* add even more unique_ptr
* Update KoopaTroopaBeach.cpp
* restore a throw
* Update Game.cpp
* automatically create mods folder
* fix oob in external by assuming that all 8 player can make sound
* better texture loading
* add destructor for gameobject
* avoid out of bound in audio sample
* Update FrameInterpolation.cpp
* Update torch
Diffstat (limited to 'mods/python-rust/setup.sh')
| -rw-r--r-- | mods/python-rust/setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mods/python-rust/setup.sh b/mods/python-rust/setup.sh deleted file mode 100644 index 09f9de6c3..000000000 --- a/mods/python-rust/setup.sh +++ /dev/null @@ -1 +0,0 @@ -rustup target add wasm32-wasip1 |
