messy state

This commit is contained in:
2026-03-12 19:25:03 +03:30
commit a47f1f9818
30 changed files with 2791 additions and 0 deletions

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[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"