Commit of qrcode encoder and supporting modules.
Includes demo module with basic png and crypto for a full-cyle demo with a mobile phone.
This commit is contained in:
9
ebin/qrcode.app
Normal file
9
ebin/qrcode.app
Normal file
@ -0,0 +1,9 @@
|
||||
{application, qrcode,
|
||||
[{description, "QRCode Encoder"},
|
||||
{vsn, "1.0.0"},
|
||||
{modules, [qrcode, qrcode_matrix, qrcode_mask, reedsolomon, gf256, bits, base32]},
|
||||
{mod, {qrcode, []}},
|
||||
{registered, []},
|
||||
{env, []},
|
||||
{applications, [kernel, stdlib]}
|
||||
]}.
|
Reference in New Issue
Block a user