library.json 487 B

1234567891011121314
  1. {
  2. "name": "lvgl",
  3. "version": "v6.1.2",
  4. "keywords": "graphics, gui, embedded, littlevgl",
  5. "description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/littlevgl/lvgl.git"
  10. },
  11. "build": {
  12. "includeDir": "."
  13. }
  14. }