DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.64k stars 833 forks source link

Fix: Asset Warnings On Windows #3220

Closed DogeDark closed 1 week ago

DogeDark commented 1 week ago

Windows has different behavior for the path.is_relative() method than unix. This switches out that method for path.starts_with("/")