15 lines
256 B
TOML
15 lines
256 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.15", features = ["derive"] }
|
|
fastrand = "2.4.1"
|
|
glam = "0.27"
|
|
noise = "0.9"
|
|
serde = { version = "1.0", features = ["derive"] }
|