Rust toolchain
#6359
Replies: 1 comment 1 reply
-
package("wgsl-validator")
add_deps("rust") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Kbz-8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm currently making a package from a rust library with ffi. I'd like to use a rust toolchain to compile it when installing it as a xmake package. I've manage to make a rust toolchain package that works when I test it manually, but for some reason when used as a custom toolchain in my library's package it cannot find rust's binaries. I've compared my toolchain with Zig's and muslcc and I cannot find any issues. I'm asking for some help please.
Here's my lirary's package
Here's the rust toolchain package
And here's what the output from the command
xmake l scripts/test.lua --shallow -vD wgsl-validator
looks likeBeta Was this translation helpful? Give feedback.
All reactions