-
Notifications
You must be signed in to change notification settings - Fork 45
Does not work on rust 1.43 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
btw, cargo install command seems changes. |
Thanks! 1a3bd0a |
Would you please share some information about running this on windows? |
Oh sorry I thought you had it working. What error are you seeing? |
Oh whoops now I see - run this:
Does that work? |
It helps,the before errors disappear,get some grammar error.
my rust version is |
dimforge/nalgebra#616 |
Want to try adding nalgebra as a patch dependency to the tutorial's `Cargo.toml1? Does that work? Something like: [patch.crates-io]
nalgebra = "=0.16.3" |
try
While Blender is truely in my path. |
I try to comment the build.rs main function.
Looks like the mesh function from bytes have some problems there. |
Gotcha - you just have to change your |
Still got some other grammer errors. Maybe I need to learn more rust first. |
|
You can just delete that line |
I've updated the instructions and the build script to work again fd1e209 . If you follow the latest instructions in the README everything should work for you. Let me know if there's an issue! Thanks for surfacing this! |
Thanks a lot. It finnally got working. |
You got it! |
Compiling cfg-if v0.1.10
Compiling rand_core v0.4.2
Compiling rustc-demangle v0.1.16
Compiling rawpointer v0.1.0
Compiling sourcefile v0.1.4
Compiling itoa v0.4.5
Compiling num-traits v0.2.11
Compiling num-complex v0.2.4
Compiling proc-macro2 v1.0.9
Compiling syn v1.0.16
Compiling backtrace-sys v0.1.32
Compiling winapi v0.3.8
error[E0463]: can't find crate for
core
|
= note: the
wasm32-unknown-unknown
target may not be installedcan this be fixed ??
The text was updated successfully, but these errors were encountered: