DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
18.5k stars 703 forks source link

Fix calling server functions on desktop #2357

Closed ealmloff closed 1 week ago

ealmloff commented 1 week ago

This PR fixes calling server functions on desktop applications. The feature flags were configured incorrectly for the server function macro on desktop which was causing desktop applications to use the request crate for web builds

Closes #2322