Xmake and tauri
#3580
Replies: 1 comment 2 replies
-
windows.lib? where is it? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Tauri and xmake
If you don't know what Tauri is, it's similar to Electron, but it has a Rust backend instead of a Javascript one for Electron. Since, xmake supports Rust I try to build a Tauri app with it, with this I could integrate with a C/C++ library more easily.
So far, my
xmake.lua
is like this:But the link failed with the following error:
note: LINK : fatal error LNK1181: cannot open input file 'windows.lib'
From the Tauri website I have the necessary components in Visual Studio, I also tested with
npm run tauri dev
that it starts the app normally.Beta Was this translation helpful? Give feedback.
All reactions