DEVELOPMENT ENVIRONMENT

~liljamo/bevy_dice

bevy_dice/Cargo.toml -rw-r--r-- 401 bytes
d36780bfJonni Liljamo feat(demo): don't prevent default event handling 3 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[workspace]
resolver = "3"
members = ["crates/*"]

[workspace.package]
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2024"
homepage = "https://liljamo.dev/bevy-dice"
license = "MIT"
publish = false
repository = "https://git.src.quest/~liljamo/bevy_dice"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1