extended material example

This commit is contained in:
TÁNCZOS Vilmos Zsombor 2025-05-30 18:34:01 +02:00
commit a867364760
6 changed files with 5624 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "bevyart"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.16.0", features = ["shader_format_wesl"] }
# Enable a small amount of optimization in the dev profile.
[profile.dev]
opt-level = 1
# Enable a large amount of optimization in the dev profile for dependencies.
[profile.dev.package."*"]
opt-level = 3