Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Sep 27, 2024
1 parent 7ce771e commit 43edb2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev

### security

you need `--allow-ffi` to use SDL2. `deno_sdl2` needs access to
system's SDL2 library. Deno's permission model does not work well with FFI
libraries, use at your own risk.
you need `--allow-ffi` to use SDL2. `deno_sdl2` needs access to system's SDL2
library. Deno's permission model does not work well with FFI libraries, use at
your own risk.

### projects using `deno_sdl2`

Expand Down

0 comments on commit 43edb2c

Please sign in to comment.