4
0
Fork 0
WolfBox/addons/qr_code/plugin.cfg

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"