Cargo Features
retrom-client has no features set by default.
[dependencies]
retrom-client = { version = "0.4.2", features = ["custom-protocol"] }
- custom-protocol
-
this feature is used for production builds or when
devPath
points to the filesystem and the built-in dev server is disabled. If you use cargo directly instead of tauri's cli you can use this feature flag to switch between tauri'sdev
andbuild
modes. DO NOT REMOVE!!Enables custom-protocol of tauri