Parse sectoin header flags

This commit is contained in:
2024-02-16 13:49:11 +01:00
parent fc63fca366
commit f82dfe38e7
6 changed files with 156 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = { version = "2.4.2", features = ["bytemuck", "std"] }
bytemuck = "1.14.0"
clap = { version = "4.4.18", features = ["derive"] }
color-eyre = "0.6.2"
@@ -14,4 +15,5 @@ rand = "0.8.5"
rend = { version = "0.4.1", features = ["bytemuck"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
strum = { version = "0.26.1", features = ["derive"] }
symbolic = { version = "12.8.0", features = ["demangle"] }