Add client side decorations to toplevels
These simple decorations will be rendered only when the host compositor doesn't support server side decorations and the X11 window does not render its own decorations. Closes #31
This commit is contained in:
parent
56256a1340
commit
b39388d91a
10 changed files with 1087 additions and 49 deletions
|
|
@ -48,6 +48,9 @@ sd-notify = { version = "0.4.2", optional = true }
|
|||
macros = { version = "0.1.0", path = "macros" }
|
||||
hecs = { version = "0.10.5", features = ["macros"] }
|
||||
num_enum = "0.7.4"
|
||||
tiny-skia = "0.11.4"
|
||||
ab_glyph = "0.2.32"
|
||||
fontdue = "0.9.3"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue