sailfish/sailfish
Florian Will 3a9f62610f [Breaking] Add `config` feature for `sailfish` crate
This is for enabling the corresponding `config` feature in
`sailfish-macros` and `sailfish-compiler`. If it is disabled,
configuration files (sailfish.toml) will be ignored. More than 10 cargo
build steps can be avoided this way, since the `toml` and `serde`
dependencies in `sailfish-compiler` are no longer needed.

This change will break applications that use sailfish.toml and
`default-features = false` for the `sailfish` dependency. They need to
add `config` to the list of enabled `sailfish` features in Cargo.toml.

Closes #123
2023-06-21 09:18:32 +02:00
..
src Update Invalid Links 2022-04-22 10:51:59 -04:00
Cargo.toml [Breaking] Add `config` feature for `sailfish` crate 2023-06-21 09:18:32 +02:00
build.rs Improve buffering performance 2020-06-18 17:12:55 +09:00