Files
bevy_oxr/rust-toolchain.toml
2024-04-24 03:08:19 -04:00

11 lines
198 B
TOML

[toolchain]
channel = "1.77.2"
components = ["rust-src"]
profile = "default"
targets = [
"aarch64-apple-darwin",
"aarch64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
]