8 lines
146 B
TOML
8 lines
146 B
TOML
[package]
|
|
name = "bevy_test"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.16.1", features = ["shader_format_glsl"] }
|