Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
esnosy committed Apr 29, 2023
1 parent 3aea3e5 commit 5d4c600
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ A very small C library for putting pixels on the screen, perfect for software ra

## Supported Platforms
- [x] Win32 (Windows)
- [x] Wayland (Linux) (for example on Ubuntu: `sudo apt install libwayland-dev wayland-protocols`)
- [x] X11 (Linux, (for example on Ubuntu: `sudo apt install libx11-dev`, and macOS via [XQuartz](https://www.xquartz.org/))
- [x] Wayland (Linux) (for example on Ubuntu: `sudo apt install libwayland-dev wayland-protocols` is needed for building)
- [x] X11 (Linux, (for example on Ubuntu: `sudo apt install libx11-dev` is needed for building, on macOS [XQuartz](https://www.xquartz.org/) is need for runtime)
- [ ] Native macOS

## Tested Compilers
- [x] GCC
- [x] MSVC
- [x] Apple Clang


## API
Expand Down

0 comments on commit 5d4c600

Please sign in to comment.