ac9d4932d7
No useful stuff, just ts and discord clients running on the same tokio engine. Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
12 lines
No EOL
337 B
Markdown
12 lines
No EOL
337 B
Markdown
# SDL setup
|
|
See [sdl2 crate](https://crates.io/crates/sdl2)
|
|
## windows
|
|
For Rustup users, this folder will be in
|
|
|
|
C:\Users\{Your Username}\.rustup\toolchains\{current toolchain}\lib\rustlib\{current toolchain}\lib
|
|
|
|
Copy SDL2.dll from
|
|
|
|
SDL2-devel-2.0.x-VC\SDL2-2.0.x\lib\x64\
|
|
|
|
into your cargo project, right next to your Cargo.toml |