aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2024-11-22 18:57:19 +0100
committerAndrzej Janik <[email protected]>2024-11-22 18:57:19 +0100
commit9f677e23c022955d552f2d530488ef51a95f0d6c (patch)
treefe1e5c51594e03e365bebaa51bc3dc66ccefaf1f /zluda/Cargo.toml
parent3ec7bffdc5706b4302e5b39411354f09dec02421 (diff)
downloadZLUDA-9f677e23c022955d552f2d530488ef51a95f0d6c.tar.gz
ZLUDA-9f677e23c022955d552f2d530488ef51a95f0d6c.zip
Add basic cuModule*, add handful of missing stuff
Diffstat (limited to 'zluda/Cargo.toml')
-rw-r--r--zluda/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/zluda/Cargo.toml b/zluda/Cargo.toml
index ab87b6c..0a4c406 100644
--- a/zluda/Cargo.toml
+++ b/zluda/Cargo.toml
@@ -9,6 +9,8 @@ name = "nvcuda"
crate-type = ["cdylib"]
[dependencies]
+comgr = { path = "../comgr" }
+ptx_parser = { path = "../ptx_parser" }
ptx = { path = "../ptx" }
cuda_types = { path = "../cuda_types" }
cuda_base = { path = "../cuda_base" }