This commit is contained in:
nora 2025-01-29 20:55:08 +01:00
commit 00afbbfea3
7 changed files with 660 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "portability"
version = "0.1.0"
edition = "2021"
[dependencies]
bitflags = { version = "2.8.0", features = ["bytemuck"] }
bytemuck = { version = "1.21.0", features = ["derive"] }
memmap2 = "0.9.5"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.59.0", features = ["Win32_System_Memory", "Win32_Security"] }