Introduce QR Code node (#3565)

Co-authored-by: Timon <me@timon.zip>
This commit is contained in:
Sahil Gupta
2026-02-14 23:20:43 +05:30
committed by GitHub
parent 8b67840f0c
commit 6c10364c8c
6 changed files with 180 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -4659,6 +4659,12 @@ dependencies = [
"bytemuck",
]
[[package]]
name = "qrcodegen"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
[[package]]
name = "quick-error"
version = "2.0.1"
@@ -6725,6 +6731,7 @@ dependencies = [
"kurbo 0.12.0",
"log",
"node-macro",
"qrcodegen",
"rand 0.9.2",
"rustc-hash 2.1.1",
"serde",