diff options
Diffstat (limited to 'hiprt-sys/Cargo.toml')
-rw-r--r-- | hiprt-sys/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hiprt-sys/Cargo.toml b/hiprt-sys/Cargo.toml new file mode 100644 index 0000000..621b5d7 --- /dev/null +++ b/hiprt-sys/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "hiprt-sys" +version = "0.0.0" +authors = ["Andrzej Janik <[email protected]>"] +edition = "2018" + +[lib] + +[dependencies] +libloading = "0.8" + +[target.'cfg(windows)'.dependencies] +winapi = { version = "0.3", features = ["libloaderapi", "std"] } +widestring = "1.0" |