aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-10-30 00:21:27 -0600
committerMelody Horn <melody@boringcactus.com>2021-10-30 00:21:27 -0600
commit2c422c2841f24be9a3fb65b1bf090bc847bae2b4 (patch)
tree77949cf90ad6cb7d8ad4f19a0b9b50fc7102861a /Cargo.toml
parent2d242f308a0c14aa46407b20afaadead9b22150a (diff)
downloadshit-wx-sys-2c422c2841f24be9a3fb65b1bf090bc847bae2b4.tar.gz
shit-wx-sys-2c422c2841f24be9a3fb65b1bf090bc847bae2b4.zip
..what is even fucking happening
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3dd46f0..9adf0f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,11 @@ name = "shit-wx-sys"
version = "0.1.0"
edition = "2021"
+[dependencies]
+cxx = "1.0"
+
[build-dependencies]
anyhow = "1.0.44"
-bindgen = { version = "0.59.1" }
+cxx-build = "1.0"
ureq = "2.3.0"
url = "2.2.2"