diff --git a/examples/geolocation/Cargo.toml b/examples/geolocation/Cargo.toml index 7a30b79..53c9f69 100644 --- a/examples/geolocation/Cargo.toml +++ b/examples/geolocation/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] dioxus-sdk = { workspace = true, features = ["geolocation"] } # You can change from 'desktop' to 'web' as well -dioxus = { workspace = true, features = ["web"] } +dioxus = { workspace = true, features = ["desktop"] }