mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 22:30:41 +00:00
Add missing file
This commit is contained in:
parent
24e100cb9c
commit
2cb5960a18
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ regex = "1.4"
|
||||||
dynasm = "1.1"
|
dynasm = "1.1"
|
||||||
dynasmrt = "1.1"
|
dynasmrt = "1.1"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
# we don't need elf32, but goblin has a bug where elf64 does not build without elf32
|
||||||
|
goblin = { version = "0.4", default-features = false, features = ["elf64", "elf32", "archive"] }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
winapi = { version = "0.3", features = ["libloaderapi", "debugapi", "std"] }
|
winapi = { version = "0.3", features = ["libloaderapi", "debugapi", "std"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue