blckngm / webview2

Rust bindings for WebView2
MIT License
73 stars 12 forks source link

Trouble run examples on Windows #6

Closed sirfredrick closed 4 years ago

sirfredrick commented 4 years ago

Is this project able to run currently on Windows 10? I finally got it to build with cargo build using x86_64-pc-windows-msvc but cargo run does nothing. Am I supposed to build my own app first or is there a way to get the built in examples to work?

I would love to help with this project if that is possible. Let me know what I could work on!

blckngm commented 4 years ago

You need to specify the example to run: https://stackoverflow.com/a/54470945

sirfredrick commented 4 years ago

Thanks that helped! I'll get started implementing my app!