diff options
author | Andrzej Janik <[email protected]> | 2020-01-08 23:53:35 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-01-08 23:53:35 +0100 |
commit | 14116ce5404bafb464974f0b0b32431ad9830583 (patch) | |
tree | 7574561b719802da6cbfd9d316cbfb6576d82245 /Cargo.toml | |
parent | 30e8286d5394818539d49b7580bb288a01857d5a (diff) | |
download | ZLUDA-14116ce5404bafb464974f0b0b32431ad9830583.tar.gz ZLUDA-14116ce5404bafb464974f0b0b32431ad9830583.zip |
Split project into three
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index fc5cf5c..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,21 +0,0 @@ -[package] -name = "not_cuda" -version = "0.1.0" -authors = ["Andrzej Janik <[email protected]>"] -edition = "2018" - -[lib] -name = "not_cuda" -path = "src/lib.rs" -crate-type = ["cdylib"] - -[[bin]] -name = "not_cuda" -path = "src/bin.rs" - -[dependencies] -detours-sys = "0.1" -clap = "2.33" - -[target.'cfg(windows)'.dependencies] -winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] }
\ No newline at end of file |