Skip to content

Commit

Permalink
updated arduino lib info
Browse files Browse the repository at this point in the history
  • Loading branch information
fdivitto committed Jul 27, 2019
1 parent 8cc98c9 commit c1344aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "FabGL",
"keywords": "sprite, terminal, VT100, ansi, keyboard, mouse, VGA, I2S, game, engine, PS2, graphics, font, arduino, esp32, display",
"description": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Game Engine and ANSI/VT Terminal for the ESP32.",
"keywords": "sprite, terminal, VT100, ansi, keyboard, mouse, VGA, I2S, game, engine, PS2, graphics, audio, sound, font, arduino, esp32, display",
"description": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32.",
"repository":
{
"type": "git",
Expand All @@ -16,7 +16,7 @@
"maintainer": true
}
],
"version": "0.4.0",
"version": "0.6.0",
"frameworks": "arduino",
"platforms": "espressif32"
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=FabGL
version=0.4.0
version=0.6.0
author=Fabrizio Di Vittorio <[email protected]>
maintainer=Fabrizio Di Vittorio <[email protected]>
sentence=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Game Engine and ANSI/VT Terminal for the ESP32
paragraph=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Game Engine and ANSI/VT Terminal for the ESP32
sentence=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32
paragraph=VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32
url=https://github.com/fdivitto/fabgl
architectures=esp32
includes=fabgl.h
Expand Down

0 comments on commit c1344aa

Please sign in to comment.