2
0
Grant Limberg 4 долоо хоног өмнө
parent
commit
e4147f7b80
1 өөрчлөгдсөн 0 нэмэгдсэн , 6 устгасан
  1. 0 6
      rustybits/build.rs

+ 0 - 6
rustybits/build.rs

@@ -3,15 +3,9 @@ extern crate cbindgen;
 use cbindgen::{Config, Language, MacroExpansionConfig};
 use std::env;
 use std::path::PathBuf;
-
 fn main() {
     #[cfg(feature = "ztcontroller")]
     {
-        // Ensure the `cbindgen` crate is available
-        cbindgen::generate("src/ext.rs")
-            .expect("Unable to generate bindings")
-            .write_to_file("rustybits.h");
-
         let mut prost_build = prost_build::Config::new();
 
         prost_build