Cargo Features
[dependencies]
pontus_onyx_gui = { version = "0.1.0", default-features = false, features = ["custom-protocol"] }
- default = custom-protocol
-
The
custom-protocol
feature is set by default wheneverpontus_onyx_gui
is added without
somewhere in the dependency tree.default-features = false - custom-protocol default
-
this feature is used used for production builds where
devPath
points to the filesystem DO NOT remove thisEnables custom-protocol of tauri ^1.0.5