forked from Nekojimi/JackIt
20 lines
374 B
INI
20 lines
374 B
INI
|
[plugin]
|
||
|
|
||
|
name="QR Code"
|
||
|
description="QR Code generator."
|
||
|
author="Iceflower S"
|
||
|
version="1.1.3"
|
||
|
script="plugin.gd"
|
||
|
license="MIT"
|
||
|
repository="https://github.com/kenyoni-software/godot-addons"
|
||
|
keywords=[
|
||
|
"node",
|
||
|
"tool"
|
||
|
]
|
||
|
classifiers=[
|
||
|
"Development Status :: 5 - Production/Stable",
|
||
|
"License :: OSI Approved :: MIT License"
|
||
|
]
|
||
|
|
||
|
[plugin.dependencies]
|
||
|
godot=">=4.2"
|