Cargo Features
[dependencies]
venator-app = { version = "0.2.2", default-features = false, features = ["custom-protocol"] }
- default = custom-protocol
-
The
custom-protocol
feature is set by default whenevervenator-app
is added without
somewhere in the dependency tree.default-features = false - custom-protocol default
-
This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Enables custom-protocol of tauri