mirror of
https://github.com/Theaninova/WanganSunrise.git
synced 2026-01-04 22:52:49 +00:00
feat: enma parsing
This commit is contained in:
9
bevy_nucompat/Cargo.toml
Normal file
9
bevy_nucompat/Cargo.toml
Normal 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
4
bevy_nucompat/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
use bevy::asset::AssetLoader;
|
||||
|
||||
#[derive(Asset)]
|
||||
struct NutAsset {}
|
||||
Reference in New Issue
Block a user