mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 22:33:58 +00:00
[common] appstrings: add blurb for quantum
This commit is contained in:
parent
e755f0befa
commit
4205e49786
1 changed files with 6 additions and 1 deletions
|
@ -99,7 +99,12 @@ const struct LGTeamMember LG_TEAM[] =
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "Guanzhong Chen (quantum)",
|
.name = "Guanzhong Chen (quantum)",
|
||||||
.blurb = "Wayland developer",
|
.blurb =
|
||||||
|
"Major code contributor to Looking Glass, with a specific focus on "
|
||||||
|
"improving Wayland support and the Windows side of things. He works "
|
||||||
|
"on many things, from small cosmetic issues to major features. "
|
||||||
|
"He implemented much of the Wayland backend, VM->Host DMABUF import, "
|
||||||
|
"and damage tracking.",
|
||||||
.donate = { { 0 } }
|
.donate = { { 0 } }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue