Skip to content

Commit ef77631

Browse files
committed
fix feature name
1 parent 454b6e5 commit ef77631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/src/style/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub use colors::full_palette;
2020
pub use font::{
2121
FontDesc, FontError, FontFamily, FontResult, FontStyle, FontTransform, IntoFont, LayoutBox,
2222
};
23-
#[cfg(all(not(target_arch = "wasm32"), feature = "ab_glyph_"))]
23+
#[cfg(all(not(target_arch = "wasm32"), feature = "ab_glyph"))]
2424
pub use font::register_font;
2525

2626
pub use shape::ShapeStyle;

0 commit comments

Comments
 (0)