Files
fastvoxel/Cargo.toml
2026-03-12 19:25:03 +03:30

22 lines
290 B
TOML

[package]
name = "fastvoxel"
version = "0.1.0"
edition = "2024"
[dependencies]
godot = "0.4.2"
fastnoise-lite = "*"
[lib]
crate-type = ["cdylib"]
[profile.all]
inherits = "release"
opt-level = 3
debug = false
strip = true
lto = true
codegen-units = 1
incremental = false
panic = "abort"