1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

readme: remove vgui (#173)

This commit is contained in:
고수처럼 2023-04-03 05:19:31 +09:00 committed by GitHub
parent 5fe6242435
commit a0f50855a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,6 @@
- [V Earcut](https://github.com/Larpon/earcut) - fast (real-time) polygon triangulation library based on [mapbox/Earcut](https://github.com/mapbox/earcut) to handle holes, twisted polygons, degeneracies and self-intersections. - [V Earcut](https://github.com/Larpon/earcut) - fast (real-time) polygon triangulation library based on [mapbox/Earcut](https://github.com/mapbox/earcut) to handle holes, twisted polygons, degeneracies and self-intersections.
- [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access. - [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
- [vgui](https://github.com/BenStigsen/vgui) - Minimal, lightweight and cross-platform GUI library.
- [viup](https://github.com/kjlaw89/viup) - V wrapper for the C-based cross-platform UI library, IUP. - [viup](https://github.com/kjlaw89/viup) - V wrapper for the C-based cross-platform UI library, IUP.
- [vsdl2](https://github.com/nsauzede/vsdl2) - A libSDL2 wrapper. - [vsdl2](https://github.com/nsauzede/vsdl2) - A libSDL2 wrapper.
- [vsdl](https://github.com/kjlaw89/vsdl) - V wrapper for the C-based SDL library. - [vsdl](https://github.com/kjlaw89/vsdl) - V wrapper for the C-based SDL library.