Skip to content

Commit b758c5c

Browse files
committed
README: update state
1 parent 0bc6b4e commit b758c5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ for an application to render on a Wayland session (in a window) or a native DRM
66
It is agnostic of the rendering API (Vulkan/OpenGL) and designed to be lightweight, performant, and
77
minimal.
88

9+
Aquamarine provides no bindings for other languages. It is C++-only.
10+
911
## Stability
1012

1113
Aquamarine depends on the ABI stability of the stdlib implementation of your compiler. Sover bumps will be done only for aquamarine ABI breaks, not stdlib.
@@ -20,8 +22,8 @@ cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getc
2022
## TODOs
2123

2224
- [x] Wayland backend
23-
- [ ] DRM backend (DRM / KMS / libinput)
24-
- [ ] Virtual backend (aka. Headless)
25+
- [x] DRM backend (DRM / KMS / libinput)
26+
- [x] Virtual backend (aka. Headless)
2527
- [ ] Hardware plane support
2628

2729

0 commit comments

Comments
 (0)