rmccrystal / modernwarfare-cheat-rs-archive

A Cheat for Call of Duty: Modern Warfare written in Rust using my memlib-rs library
45 stars 17 forks source link

Build error using rustc #6

Closed hailzfn closed 3 years ago

hailzfn commented 3 years ago

error[E0433]: failed to resolve: use of undeclared crate or modulecxx_build --> build.rs:2:5 | 2 | cxx_build::bridge("src/sdk/encryption.rs") | ^^^^^^^^^ use of undeclared crate or modulecxx_build`

error: aborting due to previous error

For more information about this error, try rustc --explain E0433.`