From 31f39660aa62d8e451f43bc32c994eba6e61e972 Mon Sep 17 00:00:00 2001 From: Tobias Wiese Date: Tue, 27 Jan 2026 00:31:06 +0100 Subject: svg: convert data matrix to svg --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c2fd8ba..618f995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] name = "iec16022" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "GPL-3.0-or-later" +[[example]] +name = "dmtx_svg" +required-features = ["svg"] + [dependencies] libc = "0.2" +svg = { version = "0.16", optional = true } + +[features] +svg = ["dep:svg"] -- cgit v1.2.3