Slowly defining the BMS header elements

This commit is contained in:
rncwnd 2025-07-06 20:59:31 +01:00
parent dc0300b7da
commit 14092a9c7e
Signed by: rncwnd
GPG key ID: 05EF307E0712FDAA
6 changed files with 282 additions and 18 deletions

12
Cargo.lock generated
View file

@ -2518,6 +2518,17 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "katexit"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccfb0b7ce7938f84a5ecbdca5d0a991e46bc9d6d078934ad5e92c5270fe547db"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "khronos-egl"
version = "6.0.0"
@ -3235,6 +3246,7 @@ dependencies = [
name = "parser"
version = "0.1.0"
dependencies = [
"katexit",
"strum 0.27.1",
"strum_macros 0.27.1",
"winnow",