diff --git a/Cargo.toml b/Cargo.toml index 152f784..498f88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Theron "] edition = "2018" [dependencies] -sdl2 = "0.32" +sdl2 = { version = "0.32", features = ["bundled", "static-link"] } cpuprofiler = "0.0.3" [profile.release] diff --git a/SDL2.dll b/SDL2.dll deleted file mode 100644 index 934f809..0000000 Binary files a/SDL2.dll and /dev/null differ