1
0
Fork 0

Adding upstream version 1.8.0+20250123.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-06 10:27:28 +02:00
parent 972340dc8c
commit 7d7607bd81
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
52 changed files with 15921 additions and 0 deletions

12
rust-no-heap/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "qrcodegen-no-heap"
version = "1.8.1"
authors = ["Project Nayuki"]
description = "High-quality QR Code generator library"
homepage = "https://www.nayuki.io/page/qr-code-generator-library"
repository = "https://github.com/nayuki/QR-Code-generator"
readme = "Readme.markdown"
keywords = ["qr-code", "barcode", "encoder", "image"]
categories = ["encoding", "multimedia::images"]
license = "MIT"
exclude = ["examples/*"]