mirror of
https://github.com/Noratrieb/portability.git
synced 2026-01-14 15:55:04 +01:00
magic
This commit is contained in:
commit
00afbbfea3
7 changed files with 660 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue