mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Gate the Path item behind the 'std' feature
This commit is contained in:
parent
5b4d6e8ece
commit
844c5cf7ec
9 changed files with 183 additions and 146 deletions
|
@ -71,6 +71,7 @@ pub use graphics::Brush;
|
|||
#[doc(inline)]
|
||||
pub use graphics::RgbaColor;
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
#[doc(inline)]
|
||||
pub use graphics::PathData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue