mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-09 20:27:41 +08:00
18 lines
376 B
TOML
18 lines
376 B
TOML
[project]
|
|
name = "lvglgdb"
|
|
version = "0.1.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",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://lvgl.io"
|
|
Documentation = "https://docs.lvgl.io/master/debugging/gdb_plugin.html"
|
|
Repository = "https://github.com/lvgl/lvgl"
|