summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: c82825c5650df393d16a5fdf64c3bc188d8a9da4 (plain)
1
2
3
4
5
6
7
8
9
[env]
SLANG_USE_PREBUILT = "1"

# This makes unix-like operating systems behave like Windows in that it will search for
# dynamic libraries in the same directory as the executable. This is needed by the engine
# crate to be able to load the shader-slang dynamic libraries.
[target.'cfg(unix)']
rustflags = ["-Clink-arg=-Wl,-rpath,$ORIGIN"]