aboutsummaryrefslogtreecommitdiff
path: root/exporter
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-11-08 21:28:53 +0100
committermetamuffin <metamuffin@disroot.org>2025-11-08 21:28:53 +0100
commit2cb2abe792877c56993da0e52f3d024636ae30f1 (patch)
tree974dbcbcc982624d420d38811d01ea5245e97171 /exporter
parent2681bc99321231cb5d9cfbcb110d51abd8c27749 (diff)
downloadunity-tools-2cb2abe792877c56993da0e52f3d024636ae30f1.tar
unity-tools-2cb2abe792877c56993da0e52f3d024636ae30f1.tar.bz2
unity-tools-2cb2abe792877c56993da0e52f3d024636ae30f1.tar.zst
Remove array_chunks usageHEADmaster
Diffstat (limited to 'exporter')
-rw-r--r--exporter/src/bin/audioclips.rs1
-rw-r--r--exporter/src/bin/meshes.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/exporter/src/bin/audioclips.rs b/exporter/src/bin/audioclips.rs
index cc16a22..d9cac1b 100644
--- a/exporter/src/bin/audioclips.rs
+++ b/exporter/src/bin/audioclips.rs
@@ -1,4 +1,3 @@
-#![feature(array_chunks)]
use std::{
env::args,
fs::{File, create_dir_all},
diff --git a/exporter/src/bin/meshes.rs b/exporter/src/bin/meshes.rs
index e22fac0..555d0bc 100644
--- a/exporter/src/bin/meshes.rs
+++ b/exporter/src/bin/meshes.rs
@@ -1,4 +1,3 @@
-#![feature(array_chunks)]
use glam::Vec3;
use std::{
env::args,