Files
lvgl/scripts/gdb/pyproject.toml

21 lines
446 B
TOML

[project]
name = "lvglgdb"
version = "0.4.1"
description = "LVGL GDB scripts"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"numpy~=2.2.6",
"Pillow~=11.3.0",
"prettytable~=3.16.0",
]
[tool.setuptools.package-data]
lvglgdb = ["cmds/dashboard/static/*"]
[project.urls]
Homepage = "https://lvgl.io"
Documentation = "https://docs.lvgl.io/master/debugging/gdb_plugin.html"
Repository = "https://github.com/lvgl/lvgl"