summaryrefslogtreecommitdiff
path: root/mods/python-rust/.github
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-12-22 22:48:07 +0100
committerGitHub <noreply@github.com>2025-12-22 14:48:07 -0700
commitce92773a602cca246c44dbec9fb87656fedfa323 (patch)
tree19bee63b1ae4ad566eaeb66d83f90257d6407fea /mods/python-rust/.github
parent31c2063a61feddb340a48beb7c0376b885c8ce00 (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/.github')
-rw-r--r--mods/python-rust/.github/dependabot.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/mods/python-rust/.github/dependabot.yml b/mods/python-rust/.github/dependabot.yml
deleted file mode 100644
index 7377d3759..000000000
--- a/mods/python-rust/.github/dependabot.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-version: 2
-updates:
-- package-ecosystem: cargo
- directory: "/"
- schedule:
- interval: daily
- time: "08:00"
- open-pull-requests-limit: 10