feat: enma parsing

This commit is contained in:
2024-04-17 18:21:11 +02:00
commit 0f6bfc272c
22 changed files with 5030 additions and 0 deletions

9
bevy_nucompat/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "bevy_nucompat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.13"

4
bevy_nucompat/src/lib.rs Normal file
View File

@@ -0,0 +1,4 @@
use bevy::asset::AssetLoader;
#[derive(Asset)]
struct NutAsset {}