Cargo Features
[dependencies]
gifski-win = { version = "1.14.1", 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