mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-18 11:20:40 +00:00
Move render-benchmarks under a Cargo feature (#3815)
## Summary Avoid compiling these large dependencies when we typically don't need them.
This commit is contained in:
parent
ce38fccdc9
commit
a7d486bc71
3 changed files with 15 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![cfg(feature = "render")]
|
||||
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue