Moves the hello plugin out to it's own crate
parent
b9e9069509
commit
ee95440d04
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "hello"
|
||||
description = "A Test Module For the Bevy App"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bevy = { workspace = true }
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
pub mod hello;
|
||||
Loading…
Reference in New Issue