Cargo Features
[dependencies]
html2maud-bin = { version = "0.1.12", default-features = false, features = ["custom-protocol"] }
- default = custom-protocol
-
by default Tauri runs in production mode when
tauri dev
runs it is executed withcargo run --no-default-features
ifdevPath
is an URL - 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.2.3