From f41dc3c52e396dd7ed9e94518dba904b17cd3936 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Nov 2023 23:20:52 +0100 Subject: build(glfw): disable default features of bindgen dependency --- glfw/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'glfw/Cargo.toml') diff --git a/glfw/Cargo.toml b/glfw/Cargo.toml index 9f7ecde..71d4913 100644 --- a/glfw/Cargo.toml +++ b/glfw/Cargo.toml @@ -7,5 +7,7 @@ edition = "2021" libc = "0.2.148" thiserror = "1.0.49" -[build-dependencies] -bindgen = "0.68.1" +[build-dependencies.bindgen] +version = "0.68.1" +default-features = false +features = ["runtime"] -- cgit v1.2.3-18-g5258