diff options
author | Andrzej Janik <[email protected]> | 2020-02-16 15:58:15 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-02-16 15:58:15 +0100 |
commit | 6d748a3959a66460ae59cc51d365e4de435ad69c (patch) | |
tree | acd74e1f9dc2b211d28c673cd643076d64decc33 /Cargo.toml | |
parent | 35caa53c3f185842f3625e5f32d7cb16b6ba646f (diff) | |
download | ZLUDA-6d748a3959a66460ae59cc51d365e4de435ad69c.tar.gz ZLUDA-6d748a3959a66460ae59cc51d365e4de435ad69c.zip |
Add platform initialization
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [workspace]
members = [
+ "level_zero-sys",
"notcuda",
"notcuda_inject",
"notcuda_redirect",
|