aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-10-02 18:52:47 +0300
committerspl3g <spleefer6@yandex.ru>2025-10-02 19:02:59 +0300
commit5fad25abc6ab0632b8594c84f59fa5c1eec06d2f (patch)
tree46bc6d9aaa1e72f0fe8877aedab8b09cb3f88c54 /README.md
parent136d9e824a583977d798d934bbd3b8089d769668 (diff)
Replace raylib with sdl3
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98149dd..d345a95 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
> This software is unfinished. Keep your expectations low.
> Right now you can play some notes with it by pressing keys on the bottom row of your keyboard
-Just a crappy synth using alsa and raylib. Works only on linux.
+Just a crappy synth using alsa and SDL3. Works only on linux.
## Building
If you use nix, you can just run it like that:
@@ -12,7 +12,7 @@ nix run github:spl3g/crynth
```
For other systems you have to have these libraries:
-- raylib
+- sdl3
- asoundlib
```sh