args: switch to oot_bitset for arg flags

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-10 13:34:24 -07:00
parent cf1814f250
commit e0f2e467d2
5 changed files with 50 additions and 21 deletions

View File

@@ -52,6 +52,7 @@ base64 = { workspace = true }
egui-winit = { workspace = true }
profiling = { workspace = true }
hashbrown = { workspace = true }
oot_bitset = { workspace = true }
human_format = "1.1.0"
[target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux"))'.dependencies]