diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-08 21:28:53 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-08 21:28:53 +0100 |
| commit | 2cb2abe792877c56993da0e52f3d024636ae30f1 (patch) | |
| tree | 974dbcbcc982624d420d38811d01ea5245e97171 /exporter | |
| parent | 2681bc99321231cb5d9cfbcb110d51abd8c27749 (diff) | |
| download | unity-tools-2cb2abe792877c56993da0e52f3d024636ae30f1.tar unity-tools-2cb2abe792877c56993da0e52f3d024636ae30f1.tar.bz2 unity-tools-2cb2abe792877c56993da0e52f3d024636ae30f1.tar.zst | |
Diffstat (limited to 'exporter')
| -rw-r--r-- | exporter/src/bin/audioclips.rs | 1 | ||||
| -rw-r--r-- | exporter/src/bin/meshes.rs | 1 |
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, |