Skip to content

Commit

Permalink
Changed .cargo/config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp committed Apr 5, 2024
1 parent d564ed8 commit 522cdbf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ rustflags = [
]

[target.'cfg(target_arch = "x86_64")'.dependencies]
sld2 = [
git = "https://github.com/rust-sdl2/rust-sdl2",
default-features = false,
features = ["ttf","image","gfx","mixer","static-link","bundled"],
]
sld2 = ["sdl2"]

[target.'cfg(target_arch = "x86_64")'.dependencies.sdl2]
git = "https://github.com/rust-sdl2/rust-sdl2"
default-features = false
features = ["ttf","image","gfx","mixer","static-link","bundled"]

#[target.x86_64-unknown-linux-gnu.dependencies.sdl2]
#git = "https://github.com/rust-sdl2/rust-sdl2"
Expand Down

0 comments on commit 522cdbf

Please sign in to comment.