mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-25 01:43:30 +00:00
完成bitmap的static bitmap功能,能够静态声明bitmap (#490)
* 完成bitmap的static bitmap功能,能够静态声明bitmap
This commit is contained in:
@ -26,8 +26,9 @@ backtrace = []
|
||||
acpi = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/acpi-rs.git", rev = "fb69243dcf" }
|
||||
atomic_enum = "0.2.0"
|
||||
bit_field = "0.10"
|
||||
bitflags = "1.3.2"
|
||||
bitfield-struct = "0.5.3"
|
||||
bitflags = "1.3.2"
|
||||
bitmap = { path = "crates/bitmap" }
|
||||
# 一个no_std的hashmap、hashset
|
||||
elf = { version = "0.7.2", default-features = false }
|
||||
hashbrown = "0.13.2"
|
||||
|
Reference in New Issue
Block a user