mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-25 01:10:09 +01:00
libei 1.0.0rc1
This commit is contained in:
parent
5215be1079
commit
df268d618a
2 changed files with 1 additions and 5 deletions
|
|
@ -65,10 +65,6 @@ The ei protocol is a public protocol that may be used directly by clients or
|
|||
EIS implementations. This documentation describes the protocol, its interfaces
|
||||
and how to generate language bindings.
|
||||
|
||||
{{% notice style="warning" %}}
|
||||
The protocol is not yet declared stable.
|
||||
{{% /notice %}}
|
||||
|
||||
If you are looking for easy-to-use C libraries instead, see:
|
||||
|
||||
- 🥚 [libei](https://libinput.pages.freedesktop.org/libei/api/group__libei.html) for the client side
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('libei', 'c',
|
||||
version: '0.5',
|
||||
version: '0.99.1',
|
||||
license: 'MIT',
|
||||
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
|
||||
meson_version: '>= 0.56.0')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue