12 lines
219 B
TOML
12 lines
219 B
TOML
[package]
|
|
name = "bimr-kernel"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "bimr"
|
|
|
|
[dependencies]
|
|
earcut = "0.4.5"
|
|
glam = { version = "0.33", default-features = false, features = ["std", "f64"] }
|
|
i_overlay = "8.1"
|