additional feature flag to suppress a warning

This commit is contained in:
Franz Dietrich 2026-01-02 13:43:42 +01:00
parent 3820f20048
commit 402a8be205

View File

@ -1,5 +1,6 @@
//! Beispiel: Exportiere ein SVG aus einer einfachen Zeichnung
#[cfg(feature = "svg")]
use turtle_lib::*;
#[cfg(feature = "svg")]