mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update dependencies
This commit is contained in:
parent
f254df3bb3
commit
cc9342cd0a
9 changed files with 373 additions and 768 deletions
3
build.rs
3
build.rs
|
|
@ -3,9 +3,6 @@ use clap_complete::shells;
|
|||
use std::path::{Path, PathBuf};
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
#[cfg(all(windows, target_env = "msvc"))]
|
||||
static_vcruntime::metabuild();
|
||||
|
||||
// note that we're using an anti-pattern here / violate the rust conventions. build script are
|
||||
// not supposed to write outside of 'OUT_DIR'. to have the generated files in the build "root"
|
||||
// (the same directory where the output binary lives) is much simpler than in 'OUT_DIR' since
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue