DioxusLabs / dioxus

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

Fix features not passed from dx bundle to cargo #2271

Closed apuddy closed 2 months ago

apuddy commented 2 months ago

Playing around with Publishing, the docs recommended to use a feature to disable the console on Windows when bundling. That worked with dx build but not dx bundle.

This PR fixes that by passing features to cargo when using dx bundle, which is the same behaviour as dx build