mirror of
https://github.com/hyprwm/hyprwayland-scanner.git
synced 2024-11-08 06:35:58 +01:00
README: add flags
This commit is contained in:
parent
a048a6cb01
commit
f68f159255
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ A Hyprland implementation of wayland-scanner, in and for C++.
|
|||
hyprwayland-scanner '/path/to/proto' '/path/to/output/directory'
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
- `--client` -> generate client code
|
||||
- `--wayland-enums` -> use wayland enum naming (snake instead of camel)
|
||||
|
||||
## Dependencies
|
||||
|
||||
Requires a compiler with C++23 support.
|
||||
|
|
Loading…
Reference in a new issue